- Joined
- Aug 16, 2006
- Messages
- 1,253
- Reaction score
- 199
This is how easy it is, this will require no prior knowledge of any coding language.
I made this because i saw the post about the quick batch file compiler thing w/e.
This will not make a pretty launcher but it will make one that functions. Making it pretty is your problem :]
What you need:
.Net framework 3.5
Download -
Visual Basic 2008 Express Edition
Download -
After you install both start up visual basic 2008.
Click file>New Project (ctrl+N)
Make sure "Windows Data Forms Application" is selected, name it w/e you want, and click ok.
Now you should have a blank windows form like this:
Click the button tool in the tool box and then click the form.
Button Tool:
Your form should now look something like this:
re size the button if you would like. then in the properties panel (located in the bottom rite corner) where it says "Text" change that to "Play"
now double click the button to get to the coding and paste the following:
For OSRose/OSIRose Based:
replace the SERVERIP with your server ip.
For Arcturus Based:
replace protect.exe with the name of your gameguard thing, and server ip with your server ip 
click file>save all (ctrl+shift+S)
then click Build>Build "Your Applications Name"
you will find the file you just saved and built in
"\My Documents\Visual Studio 2008\Projects\WindowsApplication1\WindowsApplication1\bin\Release"
or something close to it.
one i made in 2 min:
Hope this helped.
questions? post em.
I made this because i saw the post about the quick batch file compiler thing w/e.
This will not make a pretty launcher but it will make one that functions. Making it pretty is your problem :]
What you need:
.Net framework 3.5
Download -
To view the content, you need to sign in or register
Visual Basic 2008 Express Edition
Download -
To view the content, you need to sign in or register
After you install both start up visual basic 2008.
Click file>New Project (ctrl+N)
Make sure "Windows Data Forms Application" is selected, name it w/e you want, and click ok.
Now you should have a blank windows form like this:
![-DefaulT - [Guide] How to code a launcher in vb.net - RaGEZONE Forums -DefaulT - [Guide] How to code a launcher in vb.net - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
Click the button tool in the tool box and then click the form.
Button Tool:
![-DefaulT - [Guide] How to code a launcher in vb.net - RaGEZONE Forums -DefaulT - [Guide] How to code a launcher in vb.net - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
Your form should now look something like this:
![-DefaulT - [Guide] How to code a launcher in vb.net - RaGEZONE Forums -DefaulT - [Guide] How to code a launcher in vb.net - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
re size the button if you would like. then in the properties panel (located in the bottom rite corner) where it says "Text" change that to "Play"
![-DefaulT - [Guide] How to code a launcher in vb.net - RaGEZONE Forums -DefaulT - [Guide] How to code a launcher in vb.net - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
now double click the button to get to the coding and paste the following:
For OSRose/OSIRose Based:
Code:
Shell ("TRose.exe @TRIGGER_SOFT@ _server SERVERIP")
For Arcturus Based:
Code:
Shell ("PROTECT.exe SERVERIP")

click file>save all (ctrl+shift+S)
then click Build>Build "Your Applications Name"
you will find the file you just saved and built in
"\My Documents\Visual Studio 2008\Projects\WindowsApplication1\WindowsApplication1\bin\Release"
or something close to it.
one i made in 2 min:
![-DefaulT - [Guide] How to code a launcher in vb.net - RaGEZONE Forums -DefaulT - [Guide] How to code a launcher in vb.net - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
Hope this helped.
questions? post em.
Last edited: