11-06-2006 08:13 AM
11-07-2006 06:54 AM
11-07-2006 12:21 PM - edited 11-07-2006 12:21 PM
Message Edited by Jonathan N on 11-07-2006 12:21 PM
11-08-2006 01:19 AM
Thank you for your effort !
I tested your "Change Icon" Sample, but that's not what I want. The Icon changes in top of the panel, but the icon displayed on the taskbar ("application icon") remains the same. Also the Icon by doing task switching on windows with ALT+TAB remains the same. I was looking for a way to change THIS icon ...
Best regards,
Tomsaw
11-08-2006 10:45 AM
Howdy Tomsaw,
Sorry that I misunderstood what you were asking before. Attached is a new updated program that updates all icons. I introduced a new Windows SDK function called GetWindow. Also note on the SendMessage function, you need to use both ICON_SMALL and ICON_BIG to update the various icons in the taskbar and alt-tab view. This is described on Microsoft at this link.
Refer to this link to clarify how Windows stored icons for an application.
Hope this helps!
Best Regards,