well kind of...
I want to check to for updates on a webpage/website but only refresh if it finds a change from the page currently loaded in the webbrowser control on the form.
More or less refresh in the background and only actually display the refresh if it finds a change or you manually refresh it using f5.
I can get the html source of the page saved to a text file. Could I just redownload the html source to another file compare the initial file, if the same loop, if not then continue? Seems there must be an easier way though.
any other ideas??
Thanks