Tagged Questions

3
votes
2answers
163 views

How to connect the default dialup in XP or seven Using C#?

I have a dialup connection in my system namely "Personal Internet Movil" and i need to connect and disconnect this connection using C#. Thanks in advance
1
vote
4answers
4k views

How do I work with dial-up (RAS) connections in Windows using C#/.NET?

I need to be able to connect, disconnect, and re-connect a dial-up networking connection in a C# .NET Framework application. Creating the connection in the phone-book might also be useful/necessary. ...