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 ...
0
votes
1answer
662 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
1answer
498 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 ...