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

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
 
J

Jens Weiermann

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
 
P

Paul G. Tobey [eMVP]

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

Paul T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top