Control Dial Up Connection

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have my PDA and my app in vb.net almost ready to be launched.

I can now connect to internet and make replication with sql server via modem
but i want to know if there is a way to control this from code?

Thank you.

Omar
 
I think that, for Pocket PC, you're talking about using the Connection
Manager. OpenNETCF wraps the CM APIs for you, so you might want to look at
that. www.opennetcf.org.

Paul T.
 
Or if you want the connection to be hidden for the user you could use RAS
instead. It's tricky to use and will take some time to get it right but
sometimes you don't want the user to interfer with the connection.

There are some third-party components for this.

Regards,
Linus Rörstad
PSI Antonson
 

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

Back
Top