Is immernoch so hmm irgendwie komisch
Dim client As New System.Net.Sockets.TcpClient
Try
client.Connect("46.4.64.76", 4514)
PictureBox3.Visible = True
PictureBox8.Visible = False
Catch ex As Exception
PictureBox8.Visible = True
PictureBox3.Visible = False
End Try
Try
client.Connect("46.4.64.76", 1433)
PictureBox7.Visible = True
PictureBox6.Visible = False
Catch ex As Exception
PictureBox6.Visible = True
PictureBox7.Visible = False
End Try
Versuch mal einen 2ten client zu definieren.Quote:
LOL nach neustart geht es =) Oki Ty euch
login server wird ja immer on angezeigt aber der game server nicht mehrPHP Code:Dim client As New System.Net.Sockets.TcpClient
Try
client.Connect("46.4.64.76", 4514)
PictureBox3.Visible = True
PictureBox8.Visible = False
Catch ex As Exception
PictureBox8.Visible = True
PictureBox3.Visible = False
End Try
Try
client.Connect("46.4.64.76", 1433)
PictureBox7.Visible = True
PictureBox6.Visible = False
Catch ex As Exception
PictureBox6.Visible = True
PictureBox7.Visible = False
End Try
Gameserver : 46.4.64.76, 4514
Login: 46.4.64.76, 1433
Hmm
Dim client2 As New System.Net.Sockets.TcpClient
Dim client As New System.Net.Sockets.TcpClient
Try
client.Connect("46.4.64.76", 4514)
PictureBox3.Visible = True
PictureBox8.Visible = False
Catch ex As Exception
PictureBox8.Visible = True
PictureBox3.Visible = False
End Try
Dim client2 As New System.Net.Sockets.TcpClient
Try
client.Connect("46.4.64.76", 1433)
PictureBox7.Visible = True
PictureBox6.Visible = False
Catch es As Exception
PictureBox6.Visible = True
PictureBox7.Visible = False
End Try
Dim client As New System.Net.Sockets.TcpClient
Try
client.Connect("46.4.64.76", 1433)
PictureBox3.Visible = True
PictureBox8.Visible = False
Catch es As Exception
PictureBox8.Visible = True
PictureBox3.Visible = False
End Try
Dim client2 As New System.Net.Sockets.TcpClient
Try
client2.Connect("46.4.64.76", 4514)
PictureBox6.Visible = True
PictureBox7.Visible = False
Catch es As Exception
PictureBox7.Visible = True
PictureBox6.Visible = False
End Try