Accessing textbox value on web page
I was wondering if anyone knew of a way to access textbox values on webpages from an IE extension in C#. For example, say you type something in the textbox control on google's site, I want to get the value of the textbox from the IE extension that I will create. Any documentation links or namespace or code snippet would be really appreciated. Thank you all for being there.