How can I detect when a checkbox has been selected in a WebBrowser control from within WinForms?
Posted
by esac
on Stack Overflow
See other posts from Stack Overflow
or by esac
Published on 2010-05-27T18:46:22Z
Indexed on
2010/05/27
18:51 UTC
Read the original article
Hit count: 383
In my winforms application, I have a WebBrowser control which displays a page. When the user checks/unchecks a checkbox, I want to detect that, and have an event do some processing within my winforms app.
Any idea if this is possible?
© Stack Overflow or respective owner