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.
 

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