Installing setup project icon in taskbar

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
 
F

Family Tree Mike

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top