Application icons in VC++ .NET

  • Thread starter Thread starter Steve McLellan
  • Start date Start date
S

Steve McLellan

Hi,

Is there a way of specifying an icon for an .EXE in the VS settings for a
VC++ .NET project? I'm sure I'm missing something simple, as I can't find
anything about this.

Thanks,

Steve
 
Hi,

As always, the last ditch Googling found me an answer. Sorry!
 
And the answer, if anyone stumbles on this in an archive, is to make sure
you've got the .rc file included in the resource section. The first icon
mentioned in there is used as the app icon.
 

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