Detect network nodes

  • Thread starter Thread starter Andrew Shwiff
  • Start date Start date
A

Andrew Shwiff

Hello, All!
Upcoming project requires periodically checking to see what nodes exist
on the network, particularly
those that are *wireless* connections. Thought this might be possible
using the System.Management class,
in combination with the operating system class
Win32_SystemNetworkConnections, but I can't see
how to return an enumerated list of nodes and their "properties". Any
code snippets will be appreciated,
I'm using VS 2003 (Framework 1.1).

Many thanks,
Andrew Shwiff. E-mail: (e-mail address removed)
 
This might give you some idea:
http://www.codeproject.com/csharp/CompPickerLib.asp

(but not wireless connections)

Hello, All!
Upcoming project requires periodically checking to see what nodes exist
on the network, particularly
those that are *wireless* connections. Thought this might be possible
using the System.Management class,
in combination with the operating system class
Win32_SystemNetworkConnections, but I can't see
how to return an enumerated list of nodes and their "properties". Any
code snippets will be appreciated,
I'm using VS 2003 (Framework 1.1).

Many thanks,
Andrew Shwiff. E-mail: (e-mail address removed)
 
Back
Top