Question Create RASDIAL Connection

karl_009

Member
Joined
Feb 10, 2010
Messages
6
Programming Experience
Beginner
Hi,

Is it possible to create a VPN connection in Windows, RASDIAL is used as I am using it to connect to a current connection but if the connection is not there it needs to be created?

How can this be done in VB.NET 2008?

I currently use this code to connect and disconnect a current connection.


VB.NET:
Shell("rasdial FTB")
Shell("rasdial FTB /DISCONNECT")

Thanks for any help...
 
Back
Top