How do I establish a dial up connection
-
I have an application that currethly supports a socket connection but I want to add a Dialog to support setting up a Dial Up connection. What APIs can I use to do that ? Thanks
Check out
RasCreatePhonebookEntry()
and the other RAS functions.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
I have an application that currethly supports a socket connection but I want to add a Dialog to support setting up a Dial Up connection. What APIs can I use to do that ? Thanks
You could use the WinInet API by importing them into your project [DllImport("wininet.dll")]. Interfaces like InternetGetConnectedState and InternetAutodial would probably be helpful - check the WinInet docs for details. Cheers, Lee. Lee H Fuller lee@fullerdata.com
-
I have an application that currethly supports a socket connection but I want to add a Dialog to support setting up a Dial Up connection. What APIs can I use to do that ? Thanks
Dundas Software has a free dialup MFC class which can be downloaded from here. Ivor S. Sargoytchev Dundas Software