I have an Internet Explorer browser embedded in a Windows forms application and do not have the ability to modify the source code of this form. However, I have gotten a handle to the IE window and can perform various SendInput
functions. If I click on a control how can I tell if it was a TextBox
, and then how do I send characters to that TextBox
?
I need answers that use a handle to the IE window I have obtained already for my other functionality. The answer I need must involve a handle to the IE window.