Application Icon

  • Thread starter Thread starter S Shulman
  • Start date Start date
S

S Shulman

Hi

I would like assign to an application an icon so the .exe file will appear
with an icon, currently the icon is shown only on the upper left of the
window


Thanks,
S. Shulman
 
Hi Shulman,

Include the icon file in your project as "app.ico" and it will
automatically become the exe icon.

Adam Cooper
J-Integra Interoperability Solutions
http://j-integra.intrinsyc.com
java, corba, com & .net interoperability
 
I believe that is just C#, in VB.NET w/ VS2003, you can chang the icon by
right-clicking on your Project->Properties->Common
Properties->Build->Applicaiton icon.

Greg
 
Back
Top