|
-
Feb 25th, 2005, 01:34 AM
#1
Thread Starter
Lively Member
Icon Shortcut for program? RESOLVED
Hello All-
I have a question....Im using PDW on VB 6.0 and im getting ready to package it all up... im kind of confused as to how would I Place my logo on the startup menu and on the desktop shortcut? I dont know how it gets linked to the program??? can anyone give me a heads up on this? Thanks a ton for your responses!!!
Last edited by jandrade15; Feb 25th, 2005 at 03:42 PM.
-
Feb 25th, 2005, 02:40 PM
#2
Re: Icon Shortcut for program?
 Originally Posted by jandrade15
Hello All-
I have a question....Im using PDW on VB 6.0 and im getting ready to package it all up... im kind of confused as to how would I Place my logo on the startup menu and on the desktop shortcut? I dont know how it gets linked to the program??? can anyone give me a heads up on this? Thanks a ton for your responses!!! 
The ICON for the shortcut comes from the .EXE - nothing to do with the install.
Pick an ICON (any .ICO file you want to use, or create one yourself). Go into the main form of your project and put that ICON into the ICON property for that form.
Then go into PROJECT>PROPERTIES menu - under the MAKE tab - and associate the APPLICATION ICON with that FORM.
Note that two icons exist - 16 x 16 and 32 x 32. The small one appears in the title bar of the program and the task bar when minimized. The large one is for the SHORTCUT ICON.
Check out this other thread for more info...
ICON Thread
-
Feb 25th, 2005, 03:41 PM
#3
Thread Starter
Lively Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|