Initiating a Dial-Up Networking Connection and VPN

I may have missed it when going through the MSDN documentation, but I can't seem to find much information on how to make a Pocket PC 2003 Phone (VX6600 and Samsung i700) establish the default dial-up connection and then connect to the default (and only) VPN.
Would anyone be kind enough to refer me to documentation or 3rd party write-ups that addresses such isues?
Thank you much!
[390 byte] By [ScottGonyea] at [2008-1-29]
# 1
Have a look at the OpenNETCF.Net.ConnectionManager class at http://www.opennetcf.org

Greets,
Markus

MarkusFritz at 2007-9-8 > top of Msdn Tech,Smart Device Development,.NET Compact Framework...
# 2
I've been using the OpenNETCF.Net.ConnectionManager in vs2003, and apart from a couple of problems it's been pretty good.
However, I'm now developing on vs2005 beta2, and OpenNET haven't yet released a version for that yet. I have been told that vs2005 includes a ConnectionManager, but I haven't been able to find any reference to it.
Anyone know if this exists?
Anarchy at 2007-9-8 > top of Msdn Tech,Smart Device Development,.NET Compact Framework...
# 3
You could also reference the compiled OpenNETCF.Net.dll from VS2003 in VS 2005 Beta 2. I use it like this in VS 2005.

But if there exists a kind of ConnectionManager in VS 2005, I would also be glad to get a hint to it.

MarkusFritz at 2007-9-8 > top of Msdn Tech,Smart Device Development,.NET Compact Framework...
# 4
so you can, glad about that!
I'm looking into this Connection Manager, will post here if I find anything useful
Anarchy at 2007-9-8 > top of Msdn Tech,Smart Device Development,.NET Compact Framework...