Tagged Questions

2
votes
0answers
125 views

RAS popup terminal window programmatically

I have a custom dialer for dial-up connections (written in delphi). It works perfectly and does a lot of great stuff... Now, i want to allow the user to configure the connection to show an after-dial ...
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. ...