VB6 Expert Need Help For Launcher

Results 1 to 4 of 4
  1. #1
    Sorcerer Supreme DndY23 is offline
    Member +Rank
    Jan 2011 Join Date
    Santolan PasigLocation
    268Posts

    VB6 Expert Need Help For Launcher

    What`s the correct code for game.exe? i`m using this one but it does`t execute

    Code:
    Shell "Location\game.exe" ,vbNormalFocus
    what`s the Correct code for it?

    Use For Game Start :)..


  2. #2
    QT is better than VS tearhear18 is offline
    Grand MasterRank
    Jul 2009 Join Date
    earthLocation
    980Posts

    Re: VB6 Expert Need Help For Launcher

    /app_run
    additional
    you can also change it to your own. like /run_123 (usable if hide something in your game.exe)
    Last edited by tearhear18; 27-01-11 at 01:47 AM.

  3. #3
    Member ianrealingo is offline
    MemberRank
    Jun 2010 Join Date
    43Posts

    Re: VB6 Expert Need Help For Launcher

    Quote Originally Posted by tearhear18 View Post
    /app_run
    additional
    you can also change it to your own. like /run_123 (usable if hide something in your game.exe)
    look like this:

    Shell App.Path & "\game.exe /app_run", vbNormalFocus


  4. #4
    Sorcerer Supreme DndY23 is offline
    Member +Rank
    Jan 2011 Join Date
    Santolan PasigLocation
    268Posts

    Re: VB6 Expert Need Help For Launcher

    And Also How to put a Redirection link code for vb6?



Advertisement