hello guys is there another option to check the internet instead the wifi libary or is that the best option?
because i have an problem with the wifi check:
Dim r As Boolean
r = myWifi.ABLoadWifi()
If r = False Then
Label1.Visible = True
Else
this should normaly check the wifi status or?
because i have an problem with the wifi check:
Dim r As Boolean
r = myWifi.ABLoadWifi()
If r = False Then
Label1.Visible = True
Else
this should normaly check the wifi status or?
Last edited: