I'm writing a Win32 program with MSVC++ 6.0. The whole user interface is just one Dialog Box which I created with the resource editor. My question is, how can I set/add an icon to the title bar of the ...
Here's my problem. I tried to create a dialog in VC++ through the normal win32 API DialogBox call, but the dialogbox background doesn't show up. Only the button that I defined in resourced editor show ...