Guys i use this code to check if my PDA is connected to the network.
Connect Code:
  1. If (SystemState.ConnectionsNetworkCount > 0) Then
  2.             lblStatus.Text = "Connected"
  3.         Else
  4.             lblStatus.Text = "Not Connected"
  5.         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.