Hi,
I need to detect when a Webbrowser HTML page button (RetrieveButton) has been clicked by the user. Can anyone help with a bit of code, please.
Thank you.
Printable View
Hi,
I need to detect when a Webbrowser HTML page button (RetrieveButton) has been clicked by the user. Can anyone help with a bit of code, please.
Thank you.
what webbrowser is this?
your software? internet explorer? other?
What is the RetrieveButton? Is it a button on some particular website, or some commandbutton you placed on your Webbrowser?
If the former, this code written in .Net might give you the hint on how to find the control that gets the focus (hence the button) and detect when it is clicked:
http://www.experts-exchange.com/Prog..._23582209.html