Re: Internet Connectivity
What is your question? :confused: What problem are you having? :confused:
Re: Internet Connectivity
Sorry if I was not clear...
I'd like to know how to include, to my existing VB.NET application, the following feature:
Quote:
Online Updates Controller.
Checks at the background -silently- each time the application is loaded, for existance of a specific file (let's name it as: update.xml) on the server (eg. myserver.com/updates). If there is no update, nothing is done (no popups, no message boxes...nada..) but if there is the update.xml file, user is informed with a simple text on StatusBar ("There is an update available"). That's all.
So this was my primary question: Creating an "Silent Update Checker" for a VB.NET app.
I've mentioned 2 features in my first post but found the solution to my first request from the net and I wanted to share it with others... But if there is a better code, I'm open.