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..
Printable View
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..
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
If you do that you won't be able to distribute the program unless the wininet.dll is installed though. Is that correct?