Description: Checking whether an Internet connection is available isn5;t always as easy as it sounds. Admittedly, there is a Windows API call that can check whether a connection exists, but it5;s extremely fragile and returns incorrect results if the machine has never had Internet Explorer configured correctly. Oops. The best method is to actually make a Web request and see whether it...