DUN

  • Thread starter Thread starter JLW
  • Start date Start date
J

JLW

How can one control the Dialup networking system with csharp. I want to
make a dialer for my ISP, and can't find anything anywhere on how to control
it.

Thanks,
JLW
 
JLW,

There is nothing in the framework that will do this for you out of the
box. Your options are to call the WinInet API or the RAS API through the
P/Invoke layer (using InternetDial, for example).

Hope this helps.
 
Back
Top