How to set ap icon

  • Thread starter Thread starter RA
  • Start date Start date
Where in csharp can I set the application icon?

If you're not using VS.NET, the C# compiler (csc.exe) has a
"/win32icon" parameter to identify the file containing your icon.

If you're using VS.NET, look under the General properties for the
project.
 
Back
Top