PDA

Click to See Complete Forum and Search --> : Intro to graphics


ChimpFace9000
Dec 20th, 2001, 01:32 PM
Your not gonna find that here. You have to ask a question, not demand code from people.

prog_tom
Dec 20th, 2001, 02:41 PM
My advice is for people whose:
(1). Visual C++ user
(2). Making Win32 App
(3). Capable of making a dialog


LoadIcon(hwnd,MAKEINTRESOURCE(YOURICON));

Place this code right after creating your dialog. It will make your app's icon similar to YOURICON.