Establishing dial-up connection from PocketPc via .net code?

  • Thread starter Thread starter Jens Weiermann
  • Start date Start date
J

Jens Weiermann

Hi guys,

I'd like to know if it's possible to establish a dial-up connection from
..net code (compact framework) on a PocketPc or at least disconnect it?
We've written a small application that calls a webservice on a remote
server and want to disconnect afterwards. The connection is now being
automatically established - I guess one must manually establish it to be
able to disconnect?

Any help would be appreciated!

Jens
 
Hi Paul,
If you do a search on "establish dial up connection" in the archives of this
newsgroup, you'll find a lot of good hints associated with this topic.
Here's a link to the seach page on Google...

thanks. I'm now using the ConnectionManager class from opennetcf.org. It's
as simple as calling ConnectionManager.Connect() and
ConnectionManager.Disconnect() - exactly how I wanted it!

Regards,
Jens
 
Glad to hear it. If you find anything missing or wrong, post here so we can
fix it.

Paul T.
 
Back
Top