Guys i use this code to check if my PDA is connected to the network.
Connect Code:
If (SystemState.ConnectionsNetworkCount > 0) Then lblStatus.Text = "Connected" Else lblStatus.Text = "Not Connected" End If
Now how can i determine the name of the network where i connected? Let say i just want to return the caption lblStatus.Text = "Connected", only if i am connected with a network named msHome.
