Changing an Icon for an application

  • Thread starter Thread starter Rohit Chaphekar
  • Start date Start date
R

Rohit Chaphekar

How do I change the icon for an application? I tried setting the Icon
property but it does not seem to work.

Thanks,

Rohit
 
hi Rohit
within the project there is a file called "App.ico" . you can find it just
under references , you can edit this one to change your application icon.
you can add this to the taskbar or system tray . check these articals
http://www.developer.com/net/csharp/article.php/3336751

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/
vbtskaddingapplicationiconstotaskbarwithtrayiconcontrol.asp
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 
Actually, I had tried changing that file but it does not seem to work. I
still see a blank white square.
 
Back
Top