How can I dial the default connection on Pocket PC 2003 ?

Posted by Jalil on Stack Overflow See other posts from Stack Overflow or by Jalil
Published on 2010-05-04T08:30:35Z Indexed on 2010/05/04 12:08 UTC
Read the original article Hit count: 201

I am working on a PPC2003 application.

The devices on which the application has to run have a modem and VPN connection set.

I want to automatically dial the system default "work" connection, which is the VPN one, which dial the modem one first.

The user has another application who does automatically make the system dial the default connection.

But I can't undertand how to do it from my Compact .NET application.

I tried using OpenNETCF net package, but I could not make it work.

© Stack Overflow or respective owner

Related posts about compact-framework

Related posts about network-programming