G
Giuseppe Porcelli
I am try to open GPRS connection with OpenNetCF library with my WM2005
develop in this way :
Dim om As New OpenNETCF.Net.ConnectionManager
Dim connected As Boolean = False
om.Connect(True, OpenNETCF.Net.ConnectionMode.Asynchronous)
While Not connected
If om.Status <> OpenNETCF.Net.ConnectionStatus.Connected Then
System.Threading.Thread.Sleep(1000)
Continue While
End If
connected = True
End While
But nothing to do, someone can help me ?
the while is infinite !!!
develop in this way :
Dim om As New OpenNETCF.Net.ConnectionManager
Dim connected As Boolean = False
om.Connect(True, OpenNETCF.Net.ConnectionMode.Asynchronous)
While Not connected
If om.Status <> OpenNETCF.Net.ConnectionStatus.Connected Then
System.Threading.Thread.Sleep(1000)
Continue While
End If
connected = True
End While
But nothing to do, someone can help me ?
the while is infinite !!!