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