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

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
 
C

chris-s

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
 

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