I'm using the WebBrowser control to allow a user to edit a PDF and then I need to perform an export of the data fields in order to save to the database
I've put code in all the events and then I save as the file and nothing fires execept navigationcomplete
What use is this control if there are no events firing when they save the docuemt or something else. It certainly looks great and works but I have to export the data and behind the scenes send it to the db.
Any help appreciated.
Thanks