icon visible in started form but not in win. explorer

J

Jurgen Oerlemans

Hello,

I'm sure this must be an easy one for most people:

I made a program (vb .net) with one form.
I changed the icon property to a nice icon.
* When I start the exe file the icon is displayed correctly.
* in the windows explorer the exe file is displayed with the default .exe
"icon".

How can I correct this?

Best regards, Jurgen Oerlemans
 
T

Trev Hunter

Go to the properties for the Project (Project > Properties) and then go to
"Build" under "Common Properties". You can then select the icon for the
application.

HTH,

Trev.
 
J

Jurgen Oerlemans

Thank you!

Jurgen

That does t
Trev Hunter said:
Go to the properties for the Project (Project > Properties) and then go to
"Build" under "Common Properties". You can then select the icon for the
application.

HTH,

Trev.
 
H

Herfried K. Wagner [MVP]

* "Jurgen Oerlemans said:
I'm sure this must be an easy one for most people:

I made a program (vb .net) with one form.
I changed the icon property to a nice icon.
* When I start the exe file the icon is displayed correctly.
* in the windows explorer the exe file is displayed with the default .exe
"icon".

In VB.NET, you'll have to specify the icon used for the executable in
the project's properties dialog.
 

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