I've had a sudden surge of interest in an old (2007) program which is an MFC Dialog based app.
So I'd like to spruce it up a bit, and one of the annoying errors is that its proper icon does not appear in the bar at the bottom of Windows. A standard Windows icon appears, rather then the icon embedded in the EXE.
Anybody any idea what I am missing there?
If I build a test dialog based MFC project the icon is there, but all searches and comparison between the two
projects haven't helped me what is missing in my old project.... I've been comparing use of...
m_hIcon
IDR_MAINFRAME
IsIconic
etc. And the icon sizes, but no joy.