Update of application Icon in Windows-7 Taskbar
Posted
by Florian W.
on Stack Overflow
See other posts from Stack Overflow
or by Florian W.
Published on 2010-04-26T08:22:39Z
Indexed on
2010/04/26
8:23 UTC
Read the original article
Hit count: 265
I have a normal MFC Application with an embedded icon. If I start the application, the icon is shown inside the windows-7 taskbar. But when I change the icon inside the resources, rebuild the application and start it, the taskbar doesn't show the current icon, but the icon from the first run.
There is no special code inside the application that does something specific with the windows-7 taskbar.
Is there a way, (in C++) to tell the windows-7 taskbar to show the current icon?
© Stack Overflow or respective owner