Managing RAS connections

  • Thread starter Thread starter chris-s
  • Start date Start date
C

chris-s

Hi,

A while ago when developing with evb, I wrote an evc dll to manage my RAS
connections, adding, editing, dialing etc. It was written using the ras.h
that came with the PPC2002 sdk and uses rasapi calls such as
"RasEnumDevices", "RasSetEntryProperties" etc.

Now using c#.net, I've begun to use the same dll, is this still a valid way
of doing things or should I do something different?

Cheers,

Chris.
 
As far as your DLL is not COM (ActiveX), this way is
absolutelly valid with CF.

-Alex
 

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