Tagged Questions
The ras tag has no wiki summary.
3
votes
1answer
230 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 ...
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
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
54 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
2answers
208 views
setting baud rate on dial-up connection win32
I am creating dial-up connection in code in Windows XP and Windows 7 (RasSetEntryProperties). The entries come up with the default baud rate of 19200.
Using Win32 how do I change the baud rate in ...
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
1answer
189 views
Clash between PPP connections on Windows 7
I am using COM ports to connect to some hardware. I setup RAS connections for the various COM ports. If I connect to one device at a time then I am able to communicate using a TCP/IP socket with ...
0
votes
1answer
177 views
Windows XPe RAS error 756 “connection is being dialled”
I'm working with an embedded system which has a RAS entry already set up, using the API function RasDial from rasapi32.dll.
All works well except if something goes wrong after RasDial and before ...
0
votes
1answer
302 views
RASDIAL API not connecting on windows vista and windows 7 in release builds
I am trying to connect using RASDIAL API on windows vista and windows 7. I am able to easily do this on windows XP systems.
I am not able to connect on windows vista and windows 7 only in release ...
0
votes
1answer
667 views
How to Connect to a VPN Server with Delphi?
I need to connect to a VPN Server , I can`t use windows Connections , My Application should work independently !
I tested some Components using RAS Api , they works ! but by using windows connections ...
0
votes
2answers
201 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
697 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
1answer
502 views
Determine RasEntry structure size use RasGetEntryProperties in Delphi
I'm trying to create a DUN entry.
I am calling RasGetEntryProperties with a lpRasEntry parameter of null. This should return the structure size in the lpdwEntryInfoSize parameter. Instead it ...
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 ...