Link to home
Start Free TrialLog in
Avatar of GARAK
GARAK

asked on

DIALING UP Control

I am looking for information for a program i want to write and I want to know how to:
(a) read from system list of available isp's that can be dialed (dial up icons)
(b) dial the one that is selected
(c) get success of the dialing attempt (connect, speed, is busy?, etc)
ASKER CERTIFIED SOLUTION
Avatar of jhance
jhance

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
Avatar of GARAK
GARAK

ASKER

thanx for that, i guess i should have explained i have only been programming VB for about 6 mnths, so can you tell me wherre i can find RasEnumEntries(), RasDial(), RasGetConnectStatus(), etc....... Its an API but how do i use that, what do i write in my program to call those functions...... etc......

I have never used much more than basic vb coding atm + basic access db programming
They are all in the RASAPI32.DLL system dll.  Not being a VB programmer, I don't know how to call them from VB exactly but check your documentation on how to call an external DLL from VB.