A link to the first question can be found here:
Using VB.NET to Detect Changes in a Web Page
I did an edit on it, but was told to resubmit as a new question. But using the link above you can get a general idea. Carrying over the edit below. Thank you!
New twist on this question sorry. I had more time to think about what we wanted. So... Detecting ANY change on a web page would be kind of silly since time dependent elements of the page would change every so often. Instead, what I would like to do is be able to detect the documents in the page. For instance if there are excel, word docs, or pdfs that get changed on that page. So, I'd run the hash on these documents then on some sort of schedule do a check to see if new documents have been added or if the old documents have been modified. Any suggestions on how to detect the documents embedded on the page and running the hash? Thanks again!