Installing setup project icon in taskbar

  • Thread starter Thread starter mike cork
  • Start date Start date
M

mike cork

I've managed to create and install my C# project with a sutup project with my chosen icon. The icon appears fine on the desktop and in the program menu no. I even have the .dll placed in the system folder. When I run from either the desktop or the program menu an entry appears in the taskbar with a default icon. How can I reset the taskbar icon to my chosen icon?

EggHeadCafe - Software Developer Portal of Choice
Auto-download a file and execute it Client side.
http://www.eggheadcafe.com/tutorial...b65-3198d4bbac1a/autodownload-a-file-and.aspx
 
mike cork said:
I've managed to create and install my C# project with a sutup project with my chosen icon. The icon appears fine on the desktop and in the program menu no. I even have the .dll placed in the system folder. When I run from either the desktop or the program menu an entry appears in the taskbar with a default icon. How can I reset the taskbar icon to my chosen icon?

EggHeadCafe - Software Developer Portal of Choice
Auto-download a file and execute it Client side.
http://www.eggheadcafe.com/tutorial...b65-3198d4bbac1a/autodownload-a-file-and.aspx
.

It should be using the icon property of your applications main form. Change
that property to whatever icon you want to use, then you should see it in the
taskbar.

Mike
 
Back
Top