Link to home
Start Free TrialLog in
Avatar of adrianmak
adrianmak

asked on

application icon

How to embedded icon(s) in my exectable file instead of using an external .ico file
ASKER CERTIFIED SOLUTION
Avatar of header
header

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of adrianmak
adrianmak

ASKER

so how to ?
If you want to set the form's icon, set the icon property.

If you want to have several icons to use for a toolbar or something, add an imagelist to the form.  Then go into its custom property's and add all of the images you want.  You can then pull up that image using it's index in the imagelist.