Link to home
Start Free TrialLog in
Avatar of mike_marquet
mike_marquet

asked on

Using dial-up networking in an application

How can I :

- Get the list of the name of the avalaible connection ?
- Make a dial-up connection in my MFC application using a defined dial-up connection name ?

I have see that it exist a function called InternetDial but when I compile my application, the compiler
replies with : 'InternetDial' undeclared identifier

Thanks.
Mike
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
InternetDial comes with Internet Client SDK (WinINet.h). And, it can be used only if IE4 is installed.