hi
Am having a lot of trouble trying to get what sounded like a straightforward piece of browser customising functionality working, wondering maybe whether anyone can point me at some example code? The basic requirement is to be able to trap a submit button being clicked by the user on an external web page rendered within a vb.net form, then do some stuff before letting the submit continue on its way.
I started by using the standard VB WebBrowser object, stuff I have read subsequently directed me towards using the AxWebBrowser object, but either way I can't get it working...
Many thanks for any help :-)
Andy
Am having a lot of trouble trying to get what sounded like a straightforward piece of browser customising functionality working, wondering maybe whether anyone can point me at some example code? The basic requirement is to be able to trap a submit button being clicked by the user on an external web page rendered within a vb.net form, then do some stuff before letting the submit continue on its way.
I started by using the standard VB WebBrowser object, stuff I have read subsequently directed me towards using the AxWebBrowser object, but either way I can't get it working...
Many thanks for any help :-)
Andy