Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
I am working on a windows form which has two controls in it.Left side is a picture box and right side is a web browser control.I am loading an scanned document in the picture box.Soon as I select an area that should call an OCR functionality and display the data in the web browser control that is displaying an edit page url from a sharepoint site.I am able to do the OCR related part but on mouse up event of the picture box how should I automatically fill that data in the web browser control.I tried using the id of DOM but that doesn't work out.I even tried refresh the web page that is loaded in the web browser control even that isn't working.
Posted

1 solution

On your key up event, generated from the picture box control, you should change the URL of the browser controller class according to your selection and then refresh the browser control. But your sharepoint part should know to manage the new URL (that should have some parameters) that you are using.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900