So I added an icon to my C++ application on Visual Studio by adding an Icon to the Resources.
And it worked, but only for the taskbar, not on the window itself.
Not really sure why.
Posted 18 September 2012 - 06:21 AM
How are you constructing the window? The window's icon doesn't need to be the same as the application icon.