PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
state of Wireless Lan connection
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
state of Wireless Lan connection
![]() |
state of Wireless Lan connection |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hello! The question is: how to check programmatically status of
Wireless Lan connection? That is, is it connected or not? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Hi,
if your ip address is 127.0.0.1, then you are not connected. Dim localEndPoint As New IPEndPoint(Dns.Resolve(Dns.GetHostName()).AddressList(0), 0) If localEndPoint.Address.ToString = "127.0.0.1" Then .... Pete -- Pete Vickers Microsoft .NET Compact Framework MVP HP Business Partner http://www.gui-innovations.com <s_alexander04@list.ru> wrote in message news:1141501998.481702.149760@z34g2000cwc.googlegroups.com... > Hello! The question is: how to check programmatically status of > Wireless Lan connection? That is, is it connected or not? > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thank you!
|
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

