Click to See Complete Forum and Search --> : Dial-up Networking


May 11th, 1999, 04:11 PM
Hi,

I want to startup a dial-up networking connection that has been saved as a shortcut from within my application. Can someone please tell me how I can do this?

thanks in advance..

Brian Lynch
May 25th, 1999, 01:44 PM
All you need to know is the name of the DialUp connection and you can use
InternetDial. be sure to include winInet.h and link to winInet.lib

Chris Green
May 25th, 1999, 02:06 PM
If you do that you won't be able to distribute the program unless the wininet.dll is installed though. Is that correct?