Is there a way in Win App to do a check whether internet is available before connecting to Webservices?
You can check by two ways.. 1. One thing is make HttpWebRequest to a Web page and check the response and try 2. Use the Code: My.Computer.Network.IsAvailable property
My.Computer.Network.IsAvailable
Please mark you thread resolved using the Thread Tools as shown
Forum Rules