"cannot connect" bubble

  • Thread starter Thread starter Tim-May
  • Start date Start date
T

Tim-May

How can I bring up the "cannot connect" bubble? The one I refer to
pops up when you attempt to browse in Pocket IE when you have no active
internet connections. I tried the following code, and I get a
webrequest exception, that no network connection exists, but the bubble
doesnt pop up. How can I get it to pop up from my applications'
attempted network access?

request = (HttpWebRequest)WebRequest.Create(uri);
response = (HttpWebResponse)request.GetResponse();


???????????????
 
Back
Top