Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2002
    Posts
    29

    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. #2
    Join Date
    Jun 2002
    Location
    Southeast USA
    Posts
    1,804

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts