how to find and set internet connection settings programatically in .net CF

  • Thread starter Thread starter sudheer
  • Start date Start date
S

sudheer

i want to make a internet connection through programatically in
Compact framework .how to invoke this .if possible explain in detail.
thanks for reply or any suggestions
 
Several options are available, you can either use the
'ConnectionManager' or the RAS api. Unfortunately, neither of these are
directly supported by netcf so you will either need to write your own
interface dll using c++ or use a third party library. The OpenNetCF sdk
provides the necessary classes but is no longer free for netcf 2 :(

If you do some searches on 'connection manager' that should give you
some more info.

Chris
 
Back
Top