
capture PDF form data using web browser control
Does anyone know if I can capture PDF Form data, provided the form is loaded
in the webbrowser control? Also assuming there is a submit type button on
the form. Does this get captured just like an HTMl form with a submit
button? In the WebBrowser1_BeforeNavigate2 function.
Thanks.