I just discovered that this:
Dim searcher As New Management.Mana gementObjectSea rcher("SELECT
NetConnectionSt atus FROM Win32_NetworkAd apter")
For Each networkAdapter As Management.Mana gementObject 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
Dim searcher As New Management.Mana gementObjectSea rcher("SELECT
NetConnectionSt atus FROM Win32_NetworkAd apter")
For Each networkAdapter As Management.Mana gementObject 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
Comment