ICONS, how do you assign more than just one icon to your app 
Author Message
 ICONS, how do you assign more than just one icon to your app

Hi,

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

All info appreciated.
Guy Doucet



Wed, 30 Jun 1999 03:00:00 GMT  
 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

---------------------------



Fri, 02 Jul 1999 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Simple Question: Assigning Icon to an App : Simple Question

2. Q: More than one icon for VB app?

3. Getting the App's Icon from within a VB4 App

4. How do I hide app icon but still show app in task list

5. Assigning VBA code to an icon on the toolbar

6. Assign Item with it's standard icon

7. Custom icon assigned to Menu Button

8. How can I assign an Icon from the resourcefile

9. Assigning a different icon to a compiled file

10. Assigning icon to a specific file type

11. creating or assigning icons to EXE files?

12. Assigning a custom Icon to an ActiveX control

 

 
Powered by phpBB® Forum Software