|
-
Feb 3rd, 2000, 01:24 AM
#1
Thread Starter
Lively Member
I got your answer send me to :
[email protected] your e-mail address to send to you and attachment whith a .VBP
------------------
-
Feb 3rd, 2000, 12:21 PM
#2
New Member
I'm having big trouble with creating shortcuts using VB6.... I can create a shortcut on the startmenu using OSfCreateShellLink(VB6STKIT.DLL) and that works fine... except...
I need to be able to
i) specify a different icon other than the default on the exe and
ii) to specify a different working directory instead of the exe's path
CreateShellLink doesn't seem to have parameters for this so does anyone know how to either
a) create a shortcut in a way that allows the above
b) change a shortcut after creation
Why couldn't they have just used text files? 
-
Feb 3rd, 2000, 10:52 PM
#3
New Member
Sorry, i should have been a bit more specific...
I need to be able to create a shortcut with a different icon and working directory to that of the exe...
Neither OSfCreateShellLink or the work-around using the recent documents folder will do this.
Anyone got any ideas?
-
Apr 17th, 2000, 05:11 AM
#4
New Member
Check out http://www.planet-source-code.com/vb...xtCodeId=7349.
There is code from the VB6 Pro CD that creates shortcuts.
This will let you specify the working directory, icon source & index.
-
Sep 3rd, 2000, 09:13 AM
#5
New Member
you can try in
http://www.thescarms.com/VBasic/ShellLnk.htm
There is an example there that you can analize,
Marco.
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
|