Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding an Icon to an application with no form

Status
Not open for further replies.

kashey

Programmer
Jan 15, 2001
3
US
I have created an application that runs without a form. There is only one module and one class. When I create the executable, is there any way to set an icon? Under Project | Properties | Make I only see where you set an icon based on a form. Is there another way?
 
Have a look at thread222-160787 may have to hack it about a bit (You can set the DefaultIcon property to a "c:\Program files\My app\myapp.ico" instead of referencing the .exe)
value and just drop your Icon as part of the install.

HTH
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top