
Determining if system has Internet access
I want to be able to determine if the system running my app has a browser
and a dialup connection (which may or may not be active) for the internet.
I am using the command: Shell ("start http:\\www.somesite.com"), which will
point the default browser to a location. So if the system does not have a
browser or a dialup connection I would like to do nothing instead.