Results 1 to 8 of 8
  1. #1
    iWAFFLE's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Houston
    Posts
    704
    Reputation
    10
    Thanks
    38
    My Mood
    Amused

    Question [HELP] Opening a .exe

    Let's say I want Button3 to open a .exe,Sounds simple enough but would someone tell me.

  2. #2
    childscoke's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    162
    Reputation
    10
    Thanks
    14
    Process.Start("C:Wherever the .exe is")
    or
    System.Diagnostics.Process.Start(" ^^ ")

  3. #3
    hopefordope's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Herndon,VA
    Posts
    264
    Reputation
    9
    Thanks
    86
    My Mood
    Psychedelic

    Arrow

    make a new from|||||| 2x click your button and type
    Code:
    process.start(your proces here.exe)
    and then
    Code:
    form2.close

    Press Thank You[IMG]https://i45.tinypic.com/2hg8w0n.jpghttps://img1.UploadScreensho*****m/images/main/2/3203234450.jpg[/IMG]










    My Releases
    Injector 3G
    Injector 2G
    Injector 1G
    Super Spammer
    CA Cleaner
    My Tutorials
    How to Make a real Injector(PerX)
    How to Make a Calculator(leeched)

  4. #4
    iWAFFLE's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Houston
    Posts
    704
    Reputation
    10
    Thanks
    38
    My Mood
    Amused
    Why do I need a 2nd form?

  5. #5
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    You don't need a second form.

    Code:
    Process.Start("File plus location")


     


     


     



    The Most complete application MPGH will ever offer - 68%




  6. #6
    mnpeepno2's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    In a barren wasteland
    Posts
    905
    Reputation
    10
    Thanks
    81
    THIS IS A BETTER ONE:
    process.start(application.startuppath & "exename.exe")
    the exe will start even if the folder is moved, but the exe must be in the same folder


    -----------------------------------------------

    My site: here
    My Blog: here
    My member's area: here
    Minecraft Sever Forum: here


    Minecraft Servers:

    Public:



    Private:



  7. #7
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Quote Originally Posted by mnpeepno2 View Post
    THIS IS A BETTER ONE:
    process.start(application.startuppath & "exename.exe")
    the exe will start even if the folder is moved, but the exe must be in the same folder
    ...that's a bigger problem, your assuming the Op wants to start a process that can be controlled, in most situations the developer wants to start IE, notepad, or some other application that can't be in the application folder.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  8. #8
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    owned my nextgen. lol
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

Similar Threads

  1. [Help] opening C# .exe file
    By Sa1nt in forum C# Programming
    Replies: 11
    Last Post: 04-22-2010, 09:26 AM
  2. help unpacking engine.exe...
    By Ragehax in forum Combat Arms Discussions
    Replies: 8
    Last Post: 10-21-2009, 05:37 PM
  3. Help with Engine.exe
    By crazygamer53 in forum Combat Arms Help
    Replies: 8
    Last Post: 09-18-2009, 04:14 PM
  4. Help, Corrupted iw3mp.exe
    By profilik in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 8
    Last Post: 05-01-2008, 03:16 AM
  5. need some help with client exe.
    By barney in forum Hack Requests
    Replies: 2
    Last Post: 11-03-2006, 10:05 PM