Modem and dial up in C#?

  • Thread starter Thread starter siedem
  • Start date Start date
S

siedem

Hi

How to create modem using C# language? Is it possible?
And how to create dial up connections related with this modem?

thanks in advance
P
 
To deal with dial-up connectivity, you need to use the RAS32 API, via
P/Invoke.
-mike
MVP
 
There was a good article on CodeProject about connecting to Dailup using a
Windows DialUp Connection
 

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