Tag: Network Connections

Get the Available Network Connections Using WMI

March 30, 2009 | By | 4 Comments

Windows Management Instrumentation (WMI) makes querying Windows for system and devices information easy. And this is even easier with System.Management assembly. The code listed loads the names of the network connections in a ListBox, which when clicked displays all the available properties in a ListView.

Continue Reading