:lol: I don't need a tutorial. I can code windows fine. I've been making win32 api programs for years now. I was just used to having resources defined for me by an editor. I did not know if the values meant anything or not. I already found that out and got it compiling a awhile ago, but forgot to repost. Wasn't easy to track that down on MSDN, it's like a maze sometimes.
Does the icon for the titlebar have format requirements? Because the icon I've been compiling in for 2 days shows up with the .exe in explorer and becomes part of the .exe but doesn't show up when I send the message to change it.
This does nothing... :oops:
//change the icon
SetClassLong(GetHWND(),GCL_HICON,(LONG) LoadIcon(GetModuleHandle(NULL), MAKEINTRESOURCE(IDR_ICO_MAIN)));