G
Guest
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
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