Application Icon via Visual Studio showing on taskbar but not on title window

Started by
2 comments, last by wack 11 years, 7 months ago
Hi there.
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.

[attachment=11316:icon.png]
[twitter]DJ_Link[/twitter]
Blog
Advertisement
How are you constructing the window? The window's icon doesn't need to be the same as the application icon.

How are you constructing the window? The window's icon doesn't need to be the same as the application icon.


I'm actually using SDL for window construction. I just thought that by adding the icon to Visual Studio it would be set for both the taskbar and the window title
[twitter]DJ_Link[/twitter]
Blog
I think this is what you need.

http://www.libsdl.org/docs/html/sdlwmseticon.html

This topic is closed to new replies.

Advertisement