default taskbar icon on multi-window app.

  • Thread starter Thread starter chrisben
  • Start date Start date
C

chrisben

Hi, I have a app with multiple windows, with each window has its different
icon. In my XP system, sometimes, all those icons are grouped as one and I
then only see window default icon showing, even though I defined my own icon
in my primary form and all other later-initiated forms. Is there a way to
define the icon for the group on the taskbar in visual studio?
Thanks

Chris
 
Thanks. I got it worked before on studio 2003. Now I am using 2008. I
went to

Solution View -> Project Name ->Property->Applicaiton

Then I change default icon in Icon and manifest to the icon I want.
Does not work. Is there anywhere else that I need to change?

Thanks

Chris
 
Hello

Setting the application icon doesn't help? You can do that from the main
menu by clicking Project -> {YourProjectName} Properties -> Change (Default
Icon).

hope it helps. good luck :)
 
Back
Top