Image of the executable

  • Thread starter Thread starter Dakkar
  • Start date Start date
D

Dakkar

How can i change the image of the executable that i write with c#
its always showing the default windows exe picture
i tried icon but its only changing the executable's form icon
what can i use instead?
 
Change the Application Icon property in Visual Studio .NET's Project
property page.

Regards
Senthil
 
Back
Top