Tagged Questions

3
votes
1answer
227 views

Programmatically dial an existing connection in Windows CE?

The RAS API for Windows CE is making me cry and, as a C# programmer, I can't make heads or tails of the documentation on MSDN regarding the vast majority of the functions which are available. I've ...
1
vote
0answers
24 views

How do I retrieve all RAS connections?

I want to get all RAS connections (Dial-up, Broadband, VPN, etc.) as they appear in my "Network Connections" under "Control Panel". There are some solutions here and on the web to do this, but they ...
1
vote
1answer
51 views

how to get the name of last network connection used?

Well, I have the device(USB modem) that can install in the computer a lot of network connection, the user can change the network connection any moment and can be disconnected any moment. then I need ...
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
69 views

how to disconnect from internet using C#?

I have a ras connection and I need disconnect to it using C#. how I do this? Currently I'm using dotRas library to handling ras connections. Any help and differents solutions to solve it are very ...
0
votes
2answers
199 views

What does it indicate when RasGetConnectStatus returns a value of 6?

I'm trying to query the RasStatus of a connection. When I call the RasGetConnectStatus method, it returns 6. I've not found that particular return value in any of the documentation that I've read. ...
0
votes
1answer
1k views

Creating persistent RAS connection with opennetcf Ras in Windows CE 6.0

I'm in need to create an GPRS connection in an PDA that has windows ce 6. Now normally i would had to use the manufacturer's dll to create that, but they said that they use ras to accomplish this. The ...
0
votes
2answers
693 views

dotRAS Disconnected State not triggered

Can someone give me a heads up... I'm trying to use the dotRAS .NET control, and this code to change the value of internetConnected (boolean) using an event handler... But it seems that the state ...
0
votes
7answers
221 views

What is the best way to bulk copying SQL data over a dial-up connection?

I have a few remote SQL servers that I need to pull a large amount of data from regularly (say 5,000,000 rows per server). This data also needs to be formatted and FTPed to another server. The dial-up ...