Results 1 to 4 of 4

Thread: Does any one know how to open a EXE from within a VB program?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715

    Cool

    Hey Whats up, I'm making thins program, and I want it to be able to open EXE's, like the Windows Calculator, through my program, I tried hyperlinks, but it doesn't work, if you know how, please, please, please respond

    if you're not a regestered user, please e-mail it to me at


    [email protected]


    Thanks



    Minne Me

    [Edited by dimava on 06-13-2000 at 09:29 PM]

  2. #2
    Guest
    Code:
    x = Shell("Calc.exe", 1)
    
    or:
    
    x = Shell("C:\Windows\Calc.exe", 1)

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    Thanks Alot MATT!!!!!!!!!!!1

  4. #4
    Guest
    dimava, your post should also be in General VB Questions also, not Forum Feedback.

Posting Permissions

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



Click Here to Expand Forum to Full Width