Windows.Form shortcut Icon ??

E

Emby

OK, really dumb question - how do I set the icon for a shortcut to a
WinForms app?

I've set an icon into the main form's Icon property, and its ShowIcon and
ShowInTaskbar properties are set to True (the defaults). And when the form
is displayed, the icon is seen in the upper left hand corner of the form.

But when you create a shortcut for the app, it has the default "empty
window" icon. If you try to change the shortcut's icon, that default is the
only one available.

So the icon I gave the form is not among the icons "embedded" in the EXE
that shortcuts access. How do I correct this?

Am using VS 2005, app is VB.NET

Thanks!
 
D

Dan Manges

Emby said:
OK, really dumb question - how do I set the icon for a shortcut to a
WinForms app?
[snip]

You just need to set the icon for the project in the project properties.

Dan Manges
 
E

Emby

Thanks! (good thing it didn't have teeth!)

Dan Manges said:
Emby said:
OK, really dumb question - how do I set the icon for a shortcut to a
WinForms app?
[snip]

You just need to set the icon for the project in the project properties.

Dan Manges
 

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