Announcement

Collapse
No announcement yet.

AutoPlay email, browse cd-rom, and connect to the Net.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • AutoPlay email, browse cd-rom, and connect to the Net.

    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

  • #2
    Re: AutoPlay email, browse cd-rom, and connect to the Net.


    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...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")
    Eric Darling
    eThree Media
    http://www.ethreemedia.com

    Comment

    Working...
    X