"cannot connect" bubble

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();


???????????????
 

Ask a Question

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.

Ask a Question

Top