Icon on exe-file

  • Thread starter Thread starter ReidarT
  • Start date Start date
R

ReidarT

I have a Windows application and the files are buildt into the bin-folder.
I have made an icon on the forms, but I can't find out how to get an icon on
the exe-file in the bin-folder.
regards
reidarT
 
Reidar

Have a look in icon for your application properties (solution explorer)

I hope this helps,

Cor
 
ReidarT said:
I have a Windows application and the files are buildt into the bin-folder.
I have made an icon on the forms, but I can't find out how to get an icon
on the exe-file in the bin-folder.

Make sure the icon is selected in "Project" -> "Properties of <project
name>..." -> "General Properties" -> "Build" -> "Application icon:".
 
In the Project Properties window, Common Properties, Build node, you have
field to set the icon.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 

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