hello,
i'd like to ask if it's possible to show the network properties dialog (u know, that one that u get when u click on the notification icon of the current network connection). and if it is, how could i show it
thnx;
hello,
i'd like to ask if it's possible to show the network properties dialog (u know, that one that u get when u click on the notification icon of the current network connection). and if it is, how could i show it
thnx;
network properties
Vyatsek
You can try this api:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/wnet/wnet/wnetconnectiondialog1.asp
Check out http://www.pinvoke.net if you need help with the PINVOKE signature. This should allow you to pop up the network connection property for any given network connection.