Link to home
Start Free TrialLog in
Avatar of brettawv
brettawv

asked on

Initiate DUN session In Delphi

I was wondering if it is possible to initiate a dial up networking session using Delphi.  I would like for my program to initiate the DUN session before sending files using the ftp component.
Avatar of simonet
simonet
Flag of Brazil image

You can download one of many TRas components from Delphi Super Page (http://sunsite.icm.edu.pl/delphi). Most of them come with examples that will let you initiate a RAS session.

The basic calls involved are:
RasDial
RasHangUp
RasGetErrorString

Yours,

Alex
Athena's Place: http://www.bhnet.com.br/~simonet
ASKER CERTIFIED SOLUTION
Avatar of simonet
simonet
Flag of Brazil image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial