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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top