Hi pleais i want a tuto of creat Launcher rappelz pserver ( Visual basic 2008 )
tanks for help
tanks for help
Shell("SFrame.exe /auth_ip:YOUR IP HERE /locale:ASCII /country:US /cash /commercial_shop", vbNormalFocus)
It keeps telling me the directory is not there... I made sure the IP was right... I must be doing something wrong here is the button code:Quote:
I can't help you on the tuto but here is th vb code
Code:Shell("SFrame.exe /auth_ip:YOUR IP HERE /locale:ASCII /country:US /cash /commercial_shop", vbNormalFocus)
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Shell("SFrame.exe /auth_ip:5.35.87.131 /locale:ASCII /country:US /cash /commercial_shop", vbNormalFocus)
End Sub
Tyvm for your help it works great :) now I just have to figure out how to make it auto close when you click start ty againQuote:
hi,
the problem is you tride to press the start button inside the VB .
DON'T OPEN IT IN SIDE VB IT WANT WORK , NEVER !.
to make it work save the launcher to any folder then try it , and don't try the old one you have open it in side VB make a new one and try to make the code and tell me if it didn't work
sorry for my bad EN ^.^