PDA

View Full Version : AutoPlay email, browse cd-rom, and connect to the Net.


TheMatrix
09-05-2003, 01:40 PM
Hi folks,

I've been wrecking my brain all day on this, and I thought I was getting good using AutoPlay:(

First thing is I want to be able to click on a link that brings up the default email program new message window with a specific email address, don't know if this can be done?

Next up I want to be able to click on a link that will open up the contents of the cd-rom in a new window.

And last of all can I clcik on a link to open up the default web browser and go to a specific web address?

Any help would be greatly appreciated.

Tony

eric_darling
09-05-2003, 06:18 PM
First thing is I want to be able to click on a link that brings up the default email program new message window with a specific email address, don't know if this can be done?

Yes. Try this from the Knowledge Base:
http://www.indigorose.com/ubbthreads/showflat.php?Cat=&Board=KBAMS40&Number=12208&page= 2&view=collapsed&sb=5&o=0&fpart=



Next up I want to be able to click on a link that will open up the contents of the cd-rom in a new window.

Yes. Try this command in your button's On Mouse Click property:
File.Open (explore, "%SrcDir%\")




And last of all can I clcik on a link to open up the default web browser and go to a specific web address?

Yes. Try this:
File.Open (open, "http://www.videoconstruction.com")