Web browser control: Detecting changes in form content
Posted
by Khou
on Stack Overflow
See other posts from Stack Overflow
or by Khou
Published on 2010-03-26T23:53:22Z
Indexed on
2010/03/27
0:03 UTC
Read the original article
Hit count: 303
A form contains many elements, such as labels, Textbox, radio options box etc
How do you detect the user has changed a textbox input value, or has choosen a radio option within the content of a web browser control? (not the winform itself).
Do you handle a winform event for when the mouse clicked or keyboard keys pressed? or is there a better way to detect changes in the web browser content?
© Stack Overflow or respective owner