
ICONS, how do you assign more than just one icon to your app
Quote:
>I've read all the articles on icons, but what I'm wondering is how do you
>include more than just one icon to an application. For example, applications
>like Netscape allow the user to change the icon that is displayed by windows.
>Under WIN95, if you go in the properties of a program by clicking on the icon
>with the right mouse button and selecting properties, then click on the
>Shortcut Tab, and then on the Change Icon button, there is a list of several
>icons to choose from.
>How can I include several icons to my app. I currently have a .ICO icon that I
>created myself. I'd like to add more
For every icon put an invisible image-box on the form and load the
different icons.
To change the program icon use
Form1.Icon=image4.Icon
Hope this helps
Rainer
---------------------------