Management of internet connections?

86 views Asked by At

The status says - connected.

enter image description here

In windows 10 I have list of configured internet connections, how I can get that list and connect to or disconnect from one of them programmatically with C++?

1

There are 1 answers

0
Suad Halilović On

I suggest you to take a look at https://www.codeproject.com/articles/574446/using-network-list-manager-cplusplus

I hope this will help you also I provide you full project source I learned from it.