Currently have a program that launches a new form with a webBrowser component on it. This is given a URL to go to, and it does. What I need to know is how can i detect when there is no connection so as to not show/display the webBrowser and display something else. In this case it would be a logo.
This is a C# windows form that was made under Visual Studio 2005. If you need any further info to help out just post up what you need to know. Thanks for any assistance.