Getting Network Connection Status on Win2K
- From: "dotNetDave" <dotNetDave@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 16 Jun 2005 17:43:03 -0700
I just discovered that this:
Dim searcher As New Management.ManagementObjectSearcher("SELECT
NetConnectionStatus FROM Win32_NetworkAdapter")
For Each networkAdapter As Management.ManagementObject In searcher.Get()
does not work on Win2K to get the network connection status! Does anyone
have some samples on how to do this same thing on Win2K?
Thanks!
David
=====================
David McCarter
www.vsdntips.com
.
- Follow-Ups:
- RE: Getting Network Connection Status on Win2K
- From: Paul Daly (MCP)
- RE: Getting Network Connection Status on Win2K
- Prev by Date: Re: Which is better, C# or VB, and why?
- Next by Date: Re: 1 Solution, 2 Projects?
- Previous by thread: table row count of 0 for populated table
- Next by thread: RE: Getting Network Connection Status on Win2K
- Index(es):