Your not gonna find that here. You have to ask a question, not demand code from people.
Printable View
Your not gonna find that here. You have to ask a question, not demand code from people.
My advice is for people whose:
(1). Visual C++ user
(2). Making Win32 App
(3). Capable of making a dialog
Place this code right after creating your dialog. It will make your app's icon similar to YOURICON.Code:LoadIcon(hwnd,MAKEINTRESOURCE(YOURICON));