I need to know how to delete (and adding one would be helpful) a dial up networking connection from my VB application. I have searched the internet over to no avail...
Any help is greatly appreciated.
-manual
Printable View
I need to know how to delete (and adding one would be helpful) a dial up networking connection from my VB application. I have searched the internet over to no avail...
Any help is greatly appreciated.
-manual
Here is how to launch the DialUp Network Properties:
Code:Shell "rundll32.exe rnaui.dll,RnaWizard", VbNormalFocus
I should have been more clear...
I found the "run wizard" code (Several times). But I need to do everything from my app, in code.
As the result of a very quick look around, and the advice of someone who appears to know more than plenty, I am told that it is not native to Visual Basic and that you would need to creat a dll in C or C+++ or whatever to use.
There is a little support here for other than VB...perhaps it will lead you on to something. This refers to Win95 so it must be old and there must be more information available.
Hope it in some little way helps you in your quest.
http://support.microsoft.com/support.../Q153/7/50.asp