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.
...
0
votes
1answer
146 views
Replication/Synchronization Library for Occasionally Connected Systems
here is the situation I have a .Net desktop application which stores it's data on local file system (using sqllite). And there is the master database on a remote server which. The desktop application ...