Link to home
Start Free TrialLog in
Avatar of vbWayne
vbWayne

asked on

Re: For mcrider

Concerning Q.10309976
I have another 50 points for you if you wish to include the code that will add a shortcut to the app on the desktop during install.

Wayne.
ASKER CERTIFIED SOLUTION
Avatar of mcrider
mcrider

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 vbWayne
vbWayne

ASKER

Adjusted points from 0 to 50
Avatar of vbWayne

ASKER

not to worry...I always pay my bills
:>
Wayne
<G> Not worried, it's just that I've had alot of people post 0 point questions and forget to up the points...

BTW, Thanks for the points!  The info made sense?


Cheers!®©
Avatar of vbWayne

ASKER

Yea..
haven't tried it yet but I have your number...lol

Later,
Wayne
Yea, Anytime day or night...

Insomniac don't waste time by sleeping ;-)
Avatar of vbWayne

ASKER

mcrider >>>> still connected?

Here is what I did..copy and paste your line of code...project name: Birthdays
Project exe: Birthdays.exe

Result:  No Icon Appears On Desktop

Also...I got no mention of dcom95 but maybe that is because I am running 98 on my system..

Wayne

' Wayne's Vesion of Create program icons (or links, i.e. shortcuts).
        '
        OSfCreateShellLink "..\..\Desktop", _
            "Shortcut to Birthdays", _
                 gsDest.strAppDir & "Birthdays.EXE", Chr$(0)
       '
Are you using VB5 or VB6??
Avatar of vbWayne

ASKER

VB6
I don't have VB6... Just VB5... ;-)

The OSfCreateShellLink I gave you was for VB5.  I believe that the arguments have changed in VB6... Search the SETUP1 project and look for the OSfCreateShellLink definition...

By the way, you opened another question to me... Let's move over there...


Cheers!®©