[Help] a config button for program opener menu

User Tag List

Results 1 to 14 of 14
  1. #1
    Weiii's Avatar Member
    Reputation
    2
    Join Date
    Apr 2008
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Help] a config button for program opener

    Hi i just read the port [Guide - beginner]How to make a multi-program opener and i was wondering if anyone could help me to make a config button to edit the location of the program i would like u open.

    thanks in advance

    [Help] a config button for program opener
  2. #2
    Ryoushi.'s Avatar Member
    Reputation
    54
    Join Date
    Nov 2008
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why don't you just change the location in the code?
    Maybe I'm misunderstanding.

  3. #3
    Weiii's Avatar Member
    Reputation
    2
    Join Date
    Apr 2008
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah i wanna use this on all my computers and i dont have the same location on the program on all my computers.

  4. #4
    Ryoushi.'s Avatar Member
    Reputation
    54
    Join Date
    Nov 2008
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay, make one textbox and one button.

    In the code for the button, write:
    System.Diagnostics.Process.Start(Textbox1.Text)

    You can then launch the program.
    You can put anything in the textbox that you want to launch. You could put C:\example.exe
    Then Press the button and it will launch.

    It's pretty basic to get the hang of. Tell me if you have any problems with it, I'll be glad to help out.

  5. #5
    Bloody Rayne's Avatar Member
    Reputation
    12
    Join Date
    May 2007
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ryoushi. View Post
    Okay, make one textbox and one button.

    In the code for the button, write:
    System.Diagnostics.Process.Start(Textbox1.Text)

    You can then launch the program.
    You can put anything in the textbox that you want to launch. You could put C:\example.exe
    Then Press the button and it will launch.

    It's pretty basic to get the hang of. Tell me if you have any problems with it, I'll be glad to help out.
    This way works well but i think he is looking for an easy checkbox style that is compatible with all computers.. ill see if i can find one for you mate

  6. #6
    Ryoushi.'s Avatar Member
    Reputation
    54
    Join Date
    Nov 2008
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    He asked for it to be changeable, this cannot be "compatible with all computers" if it's got a different directory on each.

  7. #7
    Bloody Rayne's Avatar Member
    Reputation
    12
    Join Date
    May 2007
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    think i mighta got a little sketchy one here for you..

  8. #8
    Bloody Rayne's Avatar Member
    Reputation
    12
    Join Date
    May 2007
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ryoushi. View Post
    He asked for it to be changeable, this cannot be "compatible with all computers" if it's got a different directory on each.
    im trying to make one where it will have a browse folder so he can go in click the folder and it will launch that everytime. so he can change it to correspond to what computer he is on.

  9. #9
    Ryoushi.'s Avatar Member
    Reputation
    54
    Join Date
    Nov 2008
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Might defeat the purpose of the launcher since he'll be browsing for it... But I'll see when it's done.

  10. #10
    Bloody Rayne's Avatar Member
    Reputation
    12
    Join Date
    May 2007
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no i mean that u just have to browse for it once, find the directory, then it will open the program from thereon after.. do u get like what im tryin to say? like keeping the same concept but like so u can use it from any computer.

  11. #11
    Weiii's Avatar Member
    Reputation
    2
    Join Date
    Apr 2008
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bloody Rayne View Post
    no i mean that u just have to browse for it once, find the directory, then it will open the program from thereon after.. do u get like what im tryin to say? like keeping the same concept but like so u can use it from any computer.
    thats awesome

  12. #12
    Bloody Rayne's Avatar Member
    Reputation
    12
    Join Date
    May 2007
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah i just cant figure out how to do it! lol best advice is just to make it on each computer i guess? ill keep looking into it tho lol

  13. #13
    Ryoushi.'s Avatar Member
    Reputation
    54
    Join Date
    Nov 2008
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just use the code that I said with the textbox.

  14. #14
    ReidE96's Avatar Archer Authenticator enabled
    Reputation
    470
    Join Date
    Dec 2006
    Posts
    1,625
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OpenFile dialogue to find the file, and Settings to save it (Settings is a very useful thing to learn about).

Similar Threads

  1. looking for program for hacking private wow servers, please help
    By ilija02 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 10-08-2016, 12:25 AM
  2. [Buying] looking for C++ programer or ers to help me make scripts for trinitty,Will pay
    By brh11 in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 11-23-2011, 10:15 PM
  3. Help with config files for public will +rep
    By defilier415 in forum WoW EMU Questions & Requests
    Replies: 18
    Last Post: 02-15-2010, 08:06 AM
  4. Replies: 0
    Last Post: 05-04-2007, 03:52 AM
  5. Help! best crack site for Vegas
    By mchugh in forum Community Chat
    Replies: 2
    Last Post: 04-06-2007, 03:13 PM
All times are GMT -5. The time now is 06:46 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search