Wednesday, January 7, 2009

Adding icon to C# application

To add an icon to the exe given out by your C# code. Do the following:

In visual studio. Select

  1. Project
  2. [Project Name] Properties
  3. Application
  4. Icon
  5. (From the Combobox select)
and apply the .ico file :)

you are all set :)

vaibhav