Detecting Preffered Inet Connection and using it?
Hi All,
I am writing a program that uploads some files to the specified FTP server. This is nearly finished and uploads the files correctly etc provided the user is connected to the internet. (I have used API calls to the Wininet.dll).
What I need to do know is how do I find out what the users default internet connection is, and open it?
E.G.
If they have multiple dial up connections, dial the default, or offer them a choice of connections.
If they connection via a gateway off their network, check if this is a vailable etc.
Any help would be greatly appreciated... Thanks.