S
sleepyant
Hi, I've posted this question on several forum but have no response. So I
hope anyone who have any idea what I'm talking about please give your
solution or advice.
My problem is I need to check the internet connection and pop-up a Dial-Up
dialog when there isn't any?
I've tried the following:
Dim myReq As HttpWebRequest
Try
myReq = WebRequest.Create("http://www.yahoo.com/")
myReq.GetResponse()
Catch ex As Exception
----------------> prompt for Dial-Up dialog here
End Try
The checking part is ok so far. But it can't automatically dial up or prompt
for dial up.
I need your advice on the correct way in doing this. Your help is much
appreciated. Thanks.
hope anyone who have any idea what I'm talking about please give your
solution or advice.
My problem is I need to check the internet connection and pop-up a Dial-Up
dialog when there isn't any?
I've tried the following:
Dim myReq As HttpWebRequest
Try
myReq = WebRequest.Create("http://www.yahoo.com/")
myReq.GetResponse()
Catch ex As Exception
----------------> prompt for Dial-Up dialog here
End Try
The checking part is ok so far. But it can't automatically dial up or prompt
for dial up.
I need your advice on the correct way in doing this. Your help is much
appreciated. Thanks.