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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top