Hello, I have a windows application(C#) that has the icon and manifest settings set in the project properties. The icon is set correctly. The problem I am having is when a user launches the application from his/her machine, and logs in, the icon is displayed correctly on the form window, but the icon that is displayed in the task bar is that of the last used application - so if I open MS word and close it, then launch my application, the icon for word is displayed for my application in the taskbar, even though the name is correct.
edit - after the user goes to the second screen, the correct icon shows up in the taskbar
I previously has this issue with 64 bit machines - the icon had 16X16 4 bit bmp and 32X32 4 bit bmp images. I created a new image 64X64, 4 bit bmp file, so the icon had 3 images, and that solved the problem with 64 bit machines.
However, the problem has come back again with Windows 2008 server- R1 -32 bit machine. Does anybody have any clue how to solve this? I am not talking about notify icons here, but the icon that shows up right next to the application name in the taskbar. Thanks. IconQ