how to get Networks Connections device list  
Author Message
armore2000





PostPosted: Visual C++ General, how to get Networks Connections device list Top

Hello, i want to get the list of network connections that are available in Network Connections WINDOWS XP SYSTEMS.
For example, there are these connections in my system : GPRS, Mobildata, Local Area Connection, Wireless Network connections.
I want to load these list in a combo box and after i will manage these connections.
Need i Windows API
Any one have a code sample for Visual Studio 6.0
Thanks in advance.
Sorry for my bad english


Visual C++6  
 
 
einaros





PostPosted: Visual C++ General, how to get Networks Connections device list Top

You could use WMI.

Here are a couple of pages which may be of interest:

Note that these forums no longer support VC6. Generally, you will have to visit one of the C/C++/networking newsgroups at http://msdn.microsoft.com/newsgroups for such questions.