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
2
votes
1answer
576 views
how can I send dial-up message through external modem connected serial port?
I connect the external modem to the pc with serial port.
so i want to connect server through dial-up method with C#.
And then, send and receive message.
How can i solve this problem? please.
Can I ...
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.
...