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