Internet connection handling

  • Thread starter Thread starter alexandre jenny
  • Start date Start date
A

alexandre jenny

Hi,
I'm trying to produce a robust ftp transfert system and I have to handle
deconnection.
It can occurs on both side (local or server).
For local machine, I can check if there is a connection by using wininet
api.

But after ? How can I display the internet connection dialog box to restore
it ? Any code out there for that ?

Thanks
Alexandre
 
Thanks.
In fact the real function I was looking for is :
InternetAutodial from wininet dll.
 
Back
Top