Application Icon

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Im using VC++ 2003 for a WinForm application. How do I change the application's icon (the one that shows up in WIndows Explorer) to one of my choice?

Thank you,
Joe
 
Im using VC++ 2003 for a WinForm application. How do I change the application's icon (the one that shows up in WIndows Explorer) to one of my choice?
Thank you,
Joe

The easiest way is to replace the app.ico file with the one that you
want to appear as your application's icon.

Tim
 

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