catch click button with axWebBrowser interop



Hello,

In a C# project I've got an axWebBrowser that works fine.

But I could not find how to catch a html form's button click with C#.

There is a <form> in the html page displayed by the axWebBrowser,
and I would like to catch the form submit to make some processing.

In fact, I don't want to send the form over Internet, the html page is the interface of the application ;o)

Thanks for your light,
cyrille.
.


Loading