|
-
Jan 9th, 2007, 08:28 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] Checked network connection status
hi guys! how can i check whether the status of my Network Connection is unplugged or plugged?
-
Jan 9th, 2007, 09:02 PM
#2
Re: Checked network connection status
WMI comes to mind immediately, although you might also like to check out the implementation of My.Computer.Network.IsAvailable property and .NetworkAvailabilityChanged event from VB.NET and see if you can do something similar. Alternatively there are numerous pages on the Web explaining how to access the My namespace in C#, so you could probably use those members directly.
-
Jan 9th, 2007, 09:29 PM
#3
Thread Starter
Fanatic Member
Re: Checked network connection status
Thanks for that JM..I've just used the My.Computer.Network.IsAvailable. I found the tutorial on how to access the My namespace in C#.net here
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|