i made my mu louncher but it allways says server offline !
So plzz help whats wrong.Code:Private Sub Command1_Click() Shell "Main.exe connect /usmj-mu.sytes.net /p44405" End Sub Private Sub Command2_Click() End End Sub Private Sub Form_Load() If Inet1.StillExecuting Then Exit Sub result = Inet1.OpenURL("http://127.0.0.1/wap/launcher.php") If result = "Online" Then SmJ_Mu.Enabled = True MsgBox ("Welcome to Smj Mu"), vbOKOnly, "System" Else MsgBox "Server offline", vbOKOnly, "System" End End If End Sub Private Sub WebBrowser1_StatusTextChange(ByVal Text As String) WebBrowser1.Navigate ("http://127.0.0.1/wap/") End Sub


Reply With Quote
