Jump to content

VB .net problems with server status indicator


eno

Recommended Posts

hello
I apologize for my bad English.
I have a problem and hope you can help me further.
I've been trying for days now to create a Louncher since.
Everything works well only I have the problem that I am trying to query a server status make.

Say it indicates whether my game servers are on.

I have two servers.

I'm working with Visual Studio Visual Basic .Net

My servers are both at only displayed in Louncher I just do not get out.



 

Dim client As New System.Net.Sockets.UdpClient
        Try
            client.Connect("178.254.21.143", 2305)
            PictureBox7.Visible = True
            PictureBox6.Visible = False
        Catch ex As Exception
            PictureBox6.Visible = True
            PictureBox7.Visible = False
        End Try

Always online no matter what port I specify option.
Here are my Steam ports of a server
steam port = 2301;
steam query port = 2303;
the server port is 2305
I would be glad if you help me I can'm really going on rat

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...