I'm wondering is there a way using the Web Broswer Control that you could some how get the text on the current page or get the HTML source to the a page. What I'm trying to do is as if it was to scan or search a page. I want to check if a word in text shows up on the page then do something. If you could some how get the text then you could use some like :
if Instr(SiteTextOrHTML,"KeyWord") then

Please help...