There is an API to check whether you have the internet connection are not. But i dont' remember it right now. I have used that in some part of my project. I will mail u that.
'API method to check for the internet connectio
Public Declare Function InternetCheckConnection Lib "wininet.dll" Alias "InternetCheckConnectionA" (ByVal lpszUrl As String, ByVal dwFlags As Integer, ByVal dwReserved As Integer) As Intege
Public Const FLAG_ICC_FORCE_CONNECTION As Short = &H1
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.