Problem with Icons

  • Thread starter Thread starter Bradley
  • Start date Start date
B

Bradley

I have a standard WinForm application whose main form has an icon attached.
When I build the application, the icon doesn't seem to associate with the
exe. When I build an install using InstallShield the icon doesn't appear on
the desktop shortcut. Any thoughts as to why this is occuring?

TIA

Brad
 
Bradley said:
I have a standard WinForm application whose main form has an icon attached.
When I build the application, the icon doesn't seem to associate with the
exe.

Make sure the icon is selected in "Project" -> "Properties of <project
name>..." -> "General Properties" -> "Build" -> "Application icon:".
 
Herfried ,

Thanks, that's what I needed.


Brad
Herfried K. Wagner said:
Make sure the icon is selected in "Project" -> "Properties of <project
name>..." -> "General Properties" -> "Build" -> "Application 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