Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Skillberth webforumsuser@macromedia.com #1
Create a shortcut om desktop
Can somebody help me with my problem?
I want to check what driver the CD use (ex. d:) and place a shortcut on my desktop who points to a catalogue on the CD-drive.
Can somebody please tell me how I could do this?
Skillberth webforumsuser@macromedia.com Guest
-
Simple way to create XML files on desktop
Hello Forum I am creating a simple application that runs of data in an extenal XML file. The client has not enough money to create a database... -
unwanted desktop shortcut
I couple of months back I was looking at a very interesting YouTube video and thought I would like to come back to that site. So I right clicked and... -
how to create shortcut lauching more than one application..
how can i create a shortcut where when i click on it.. it will launch more than one application? -
Restore Desktop Shortcut to Send To Menu
When I right-click on a program in Windows Explorer and choose "Send To," the choice "Send To Desktop (shortcut)" no longer appears. Is there some... -
Desktop shortcut
* Pim Versteeg : Perhaps this is not a very timely reply... but I use a nifty little app called "Show Desktop". It sits in the dock and one click... -
garwspeed #2
Re: Create a shortcut om desktop
I want to check what driver the CD use (ex. d:)
i think with the moviepath (try: put the moviepath)
and place a shortcut on my desktop who points to a catalogue on the
CD-drive.
you have to use this beautiful and freeware xtra: file xtra 4 with the
command
-- fx_LinkCreate
for more detail go here:
[url]http://www.kblab.net/xtras[/url].
garwspeed Guest
-
Skillberth webforumsuser@macromedia.com #3
Re: Create a shortcut om desktop
I will check the link.
Thank you.
Skillberth webforumsuser@macromedia.com Guest
-
Skillberth webforumsuser@macromedia.com #4
Re: Create a shortcut om desktop
Now I've checked the link... and it's just what I'm looking for. :)
Thank you!
Skillberth webforumsuser@macromedia.com Guest
-
garwspeed #5
Re: Create a shortcut om desktop
:O)
"Skillberth" <webforumsuser@macromedia.com> ha scritto nel messaggio
news:br4eiv$gfh$1@forums.macromedia.com...> Now I've checked the link... and it's just what I'm looking for. :)
>
> Thank you!
>
>
garwspeed Guest
-
Skillberth webforumsuser@macromedia.com #6
Re: Create a shortcut om desktop
I have another problem.
I always want the shortcut to be created on the desktop... Not only on my computer. At the moment I use "c:\Documents and Settings\da\Desktop"... but I will do a standard that works on every computer... no matter "desktop string"!
Can I also change icon when I create my shortcut? I refer to a html file... but I want the same icon as the install prgogram and not the html icon.
Skillberth webforumsuser@macromedia.com Guest
-
Andrew Morton #7
Re: Create a shortcut om desktop
> I always want the shortcut to be created on the desktop... Not only on my
computer. At the moment I use "c:\Documents and Settings\da\Desktop"... but I
will do a standard that works on every computer... no matter "desktop string"!
Read through the help for fileXtra4. It has a function to get the user's or the
all users' desktop location.
but I want the same icon as the install prgogram and not the html icon.> Can I also change icon when I create my shortcut? I refer to a html file...
Doesn't fileXtra4 have a function for that? Possibly even as part of the
shortcut-creating function (I don't have the help file to hand).
Andrew
Andrew Morton Guest
-
johnAq webforumsuser@macromedia.com #8
Re: Create a shortcut om desktop
filextra can also help you to get path names for special system and user folders. See the 'fx_FolderGetSpecialPath' command.
Unfortunately FileXtra doesnot allow you to specify an icon for a created shortcut. Buddy API does allow this in its 'MakeShortcutEx' command.
However IIRC, Windows does not embed the icon into the file, it references it from the icon in another file resource (.ico or .exe file). If it doesn't find the resource file, it can't show the icon - so your icon may not show up unless the CD is in the drive (but then again windows has an icon cache so it may 'remember' it - I don't have a PC to test this on right now). you could always stash the icon file away somewhere on the user's HD.
hth
johnAq
johnAq webforumsuser@macromedia.com Guest
-
Skillberth webforumsuser@macromedia.com #9
Re: Create a shortcut om desktop
I missed the fx_FolderGetSpecialPath when I went through the help. It works great.
I haven't looked at the Buddy API yet... but I will asap.
Thank you for all help. I really appreciate it. :)
Skillberth webforumsuser@macromedia.com Guest
-
Skillberth webforumsuser@macromedia.com #10
Re: Create a shortcut om desktop
Now... with BuddyAPI in my director... everything working just perfect.
Thanks again for all help. :)
Skillberth webforumsuser@macromedia.com Guest



Reply With Quote

