Well, I have the device(USB modem) that can install in the computer a lot of network connection, the user can change the network connection any moment and can be disconnected any moment. then I need get the last network connection used, it's possible? the windows save it in any thing? Any help is appreciated. Differents way to solve it are welcomed. Thanks!
|
feedback
|
|
I don't think you can get the "last connection", but you can get the Active Connection and you can also detect "Network Disconnected/Connected" via events from the Networking namespace. This is some VB.Net code that I've used previously, but you should see the intent.
| |||
|
feedback
|