Icon for my program

  • Thread starter Thread starter Amjad
  • Start date Start date
A

Amjad

Hi
I finished my program in VB .NET but I don't know how to
place an icon for the EXE file!

I was able to place an icon on the main form (top-left),
but I want to have one for my EXE file. any ideas?

Amjad
 
In the Properites dialog for your app click on Build (in Common Properties).
There is an Application Icon dropdown you can fill by browsing tour .ico
file.
 
* "Amjad said:
I finished my program in VB .NET but I don't know how to
place an icon for the EXE file!

I was able to place an icon on the main form (top-left),
but I want to have one for my EXE file. any ideas?

"Project" -> "Properties" -> "General Properties" -> "Build" -> set the
icon here.
 
Back
Top