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.
How Do You Make Visual Basic Open Another Program
  1. Unread #1 - Feb 7, 2008 at 5:14 PM
  2. Visual Basic Matt
    Joined:
    Jan 29, 2008
    Posts:
    647
    Referrals:
    2
    Sythe Gold:
    56
    Discord Unique ID:
    223154494878253056

    Visual Basic Matt Apprentice

    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.
     
  3. Unread #2 - Feb 7, 2008 at 5:52 PM
  4. Nullware
    Joined:
    Jan 30, 2007
    Posts:
    1,761
    Referrals:
    4
    Sythe Gold:
    0

    Nullware Guru

    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.
     
  5. Unread #3 - Feb 7, 2008 at 6:05 PM
  6. Visual Basic Matt
    Joined:
    Jan 29, 2008
    Posts:
    647
    Referrals:
    2
    Sythe Gold:
    56
    Discord Unique ID:
    223154494878253056

    Visual Basic Matt Apprentice

    How Do You Make Visual Basic Open Another Program

    I could not thank you enough. :)
     
  7. Unread #4 - Feb 7, 2008 at 6:16 PM
  8. Visual Basic Matt
    Joined:
    Jan 29, 2008
    Posts:
    647
    Referrals:
    2
    Sythe Gold:
    56
    Discord Unique ID:
    223154494878253056

    Visual Basic Matt Apprentice

    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!
     
  9. Unread #5 - Feb 7, 2008 at 6:25 PM
  10. Visual Basic Matt
    Joined:
    Jan 29, 2008
    Posts:
    647
    Referrals:
    2
    Sythe Gold:
    56
    Discord Unique ID:
    223154494878253056

    Visual Basic Matt Apprentice

    How Do You Make Visual Basic Open Another Program

    nvm I got it
    YeS~! lol
     
  11. Unread #6 - Feb 8, 2008 at 12:02 AM
  12. demonavenger
    Joined:
    Feb 25, 2007
    Posts:
    536
    Referrals:
    0
    Sythe Gold:
    0

    demonavenger Forum Addict
    $5 USD Donor

    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 ;)
     
  13. Unread #7 - Feb 8, 2008 at 12:14 AM
  14. demonavenger
    Joined:
    Feb 25, 2007
    Posts:
    536
    Referrals:
    0
    Sythe Gold:
    0

    demonavenger Forum Addict
    $5 USD Donor

    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\"
     
  15. Unread #8 - Mar 23, 2015 at 3:52 AM
  16. Osama Mrdoud
    Joined:
    Mar 23, 2015
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0

    Osama Mrdoud Newcomer

    How Do You Make Visual Basic Open Another Program

    You really helped me a lot guys thank you very mutch
     
  17. Unread #9 - Mar 23, 2015 at 10:18 AM
  18. Blupig
    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

    Blupig BEEF TOILET
    $5 USD Donor

    How Do You Make Visual Basic Open Another Program

    The fuck man this thread is 7 years old
     
  19. Unread #10 - Mar 24, 2015 at 8:46 AM
  20. Jack
    Joined:
    Feb 20, 2011
    Posts:
    12,268
    Referrals:
    36
    Sythe Gold:
    866
    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

    Jack The Infamous Spam Forum King
    Retired Administrator Cool Cat Legendary

    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 >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site