Adblock breaks this site

How Do You Make Visual Basic Open Another Program

Discussion in 'Programming General' started by Visual Basic Matt, Feb 7, 2008.

Thread Status:
Not open for further replies.
  1. Visual Basic Matt

    Visual Basic Matt Apprentice

    Joined:
    Jan 29, 2008
    Posts:
    647
    Referrals:
    2
    Sythe Gold:
    56
    Discord Unique ID:
    223154494878253056
    How Do You Make Visual Basic Open Another Program

    I am making a runescape client called *RuneO* "Almost done!" I just need to know how to make visual basic open up another program for you. Thank you if you can help.
     
  2. Nullware

    Nullware Guru

    Joined:
    Jan 30, 2007
    Posts:
    1,761
    Referrals:
    4
    Sythe Gold:
    0
    How Do You Make Visual Basic Open Another Program

    Code:
    Shell "C:\windows\notepad.exe"
    This would open the standard windows application "Notepad". Just replace the file path and filename with those of the program you want to open.
     
  3. Visual Basic Matt

    Visual Basic Matt Apprentice

    Joined:
    Jan 29, 2008
    Posts:
    647
    Referrals:
    2
    Sythe Gold:
    56
    Discord Unique ID:
    223154494878253056
    How Do You Make Visual Basic Open Another Program

    I could not thank you enough. :)
     
  4. Visual Basic Matt

    Visual Basic Matt Apprentice

    Joined:
    Jan 29, 2008
    Posts:
    647
    Referrals:
    2
    Sythe Gold:
    56
    Discord Unique ID:
    223154494878253056
    How Do You Make Visual Basic Open Another Program

    What is rong with this!!! it wont work!!! Please help and give me this code in working form!!!!!
    I am trying to open autobuyer.exe
    It (is) in program files then runeo then bots now here in bots folder autobuyer.exe is. please make this code work!
     
  5. Visual Basic Matt

    Visual Basic Matt Apprentice

    Joined:
    Jan 29, 2008
    Posts:
    647
    Referrals:
    2
    Sythe Gold:
    56
    Discord Unique ID:
    223154494878253056
    How Do You Make Visual Basic Open Another Program

    nvm I got it
    YeS~! lol
     
  6. demonavenger

    demonavenger Forum Addict
    $5 USD Donor

    Joined:
    Feb 25, 2007
    Posts:
    536
    Referrals:
    0
    Sythe Gold:
    0
    How Do You Make Visual Basic Open Another Program

    Lol nullware was to fast for me to post the shell command :p

    This is alot easier to use by the way if you have a program in the same folder as the vb program you got:
    Code:
    shell App.Path & "\App-Name.exe"
    Hope this helps ;)
     
  7. demonavenger

    demonavenger Forum Addict
    $5 USD Donor

    Joined:
    Feb 25, 2007
    Posts:
    536
    Referrals:
    0
    Sythe Gold:
    0
    How Do You Make Visual Basic Open Another Program

    Oh also, when you want to open up a directory say your screenshot folder for example, use the shell command like this:
    Code:
    shell "explorer C:\Filepath\"
     
  8. Osama Mrdoud

    Osama Mrdoud Newcomer

    Joined:
    Mar 23, 2015
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0
    How Do You Make Visual Basic Open Another Program

    You really helped me a lot guys thank you very mutch
     
  9. Blupig

    Blupig BEEF TOILET
    $5 USD Donor

    Joined:
    Nov 23, 2006
    Posts:
    7,145
    Referrals:
    16
    Sythe Gold:
    1,609
    Discord Unique ID:
    178533992981594112
    Valentine's Singing Competition Winner Member of the Month Winner MushyMuncher Gohan has AIDS Extreme Homosex World War 3 I'm LAAAAAAAME
    Off Topic Participant
    How Do You Make Visual Basic Open Another Program

    The fuck man this thread is 7 years old
     
  10. Jack

    Jack The Infamous Spam Forum King
    Retired Administrator Cool Cat Legendary

    Joined:
    Feb 20, 2011
    Posts:
    12,268
    Referrals:
    37
    Sythe Gold:
    871
    Member of the Month Winner Sythe's 10th Anniversary Wubba Lubba Dub Dub The Mortyest Morty Sythe Awards 2012 Winner Le Kingdoms Player Two Factor Authentication User Spam Forum Participant I'm LAAAAAAAME
    Signature of the Month Winner
    How Do You Make Visual Basic Open Another Program

    das not it mane
     
< How would I make this web scraper for a Facebook page? | Looking for Website help >
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site