I want to build a program to set up a new VPN network on the users machine, and then connect to that network.
The users will be using Windows (Vista or 7).
I am wondering how I would go about setting up a new VPN network programmatically and then have the user connect/disconnect from it at a click of a button.
The network to set up needs to connect to a linux server that I have setup to receive PPTP connections, so that side of it all is done.
ANy help on the matter would be great, as I have Google'd and found nothing that really helps :/