I've replaced my mainframe icon with another.
It looks fine in the About Box at full size.
But trash in the top left corner - too detailed.
How can I select another icon for the top left corner and what should its dimensions be?
Printable View
I've replaced my mainframe icon with another.
It looks fine in the About Box at full size.
But trash in the top left corner - too detailed.
How can I select another icon for the top left corner and what should its dimensions be?
Use CWnd::SetIcon(hIcon32,TRUE) for a 32x32 icon and SetIcon(hIcon16,FALSE) to set your 16x16 icon.