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
 
Back
Top