Hi,
I hesitated to send this post until I've no choice.
I tried to search the forum but I cannot find the duplicated question as above 1st post and the answers.
I'm having exactly the same issues.
Every time the button is pressed, always it is returned zero.
What is the answer please?
Dim Wifi As Boolean
Wifi = WifiLoad.ABLoadWifi()
If Wifi = True Then
Dim level As Int
level = WifiLoad.ABGetCurrentWifiInfo.level
Button1.Text = WifiLoad.ABGetCurrentWifiInfo.SSID & " Info " & level 'WifiLoad.ABGetCurrentWifiInfo.level
End If