G
Guest
Hello,
I need to enable/disable network adapters from my VB.NET code, e.g. enable
wlan, disable lan. I know the names of the adapters, so I've thought about
using an api call like the one that is used by the "Network connection
manager" (connmc.exe); there you can choose an adapter from a list, and
enable/disable it. But I haven't found this function, yet. Can anybody point
me into the right direction? Maybe I can "automate" this connmc.exe, meaning
start the exe from my code, select the specific adapter from the list
control, "click" the menu???
Btw, I read about binding, rebinding and unbinding an adapter? What does
this mean? Is it disabling the adapter or is it a kind of reset of the
adapter?
With kind regards,
Thorsten Kleinhenz
I need to enable/disable network adapters from my VB.NET code, e.g. enable
wlan, disable lan. I know the names of the adapters, so I've thought about
using an api call like the one that is used by the "Network connection
manager" (connmc.exe); there you can choose an adapter from a list, and
enable/disable it. But I haven't found this function, yet. Can anybody point
me into the right direction? Maybe I can "automate" this connmc.exe, meaning
start the exe from my code, select the specific adapter from the list
control, "click" the menu???
Btw, I read about binding, rebinding and unbinding an adapter? What does
this mean? Is it disabling the adapter or is it a kind of reset of the
adapter?
With kind regards,
Thorsten Kleinhenz