Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Server status problem :S


Growlith1223
 Share

Recommended Posts

Hi i made a server status checker and i made a more newer one but it no work D:

The code is
```
If Winsock1.state <> "7" Then
lblStatus.Caption = " Offline"
lblStatus.ForeColor = vbRed
lblStatus.FontBold = True
Else
lblStatus.Caption = " Online"
lblStatus.ForeColor = vbGreen
lblStatus.FontBold = True
End If

```Any help? It doesn't show anything :S
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
 Share

×
×
  • Create New...