Icons

  • Thread starter Thread starter Matt Pilgrim
  • Start date Start date
M

Matt Pilgrim

Could someone please point me the correct direction
regarding the following:

Creating a single Icon for use with vb.net windows forms
and the host application.

Where to place this icon so that it is deployed and used
for all things related to this application.


Thanks in advance,

Matt
 
Matt,

You can place this icon in the project folder. Once there, right-click on
the icon file name and set it Build Action property to "Embedded Resource".

Then, right-click on the project name in the Solution Explorer and under
Common Properties->General, set the Application Icon property to the file
name of this application.

I hope this helps.

Andy
 

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

Back
Top