Retrieving Selected Text from Webbrowser control in Windows phone 7
I am trying to Retrieve selected text from Webbrowser control in Windows phone 7 when it is selected using Tap. Also want to remove the Copy icon when you select the Text. When on Hold Tapping I want to confirm that webbrowser control has any selected text. How could i place a check there. Also i want to Highlight the Selected Text in Webbrowser Control. So problem here is to identify the start and stop of Selected text. I appreciate any help or resources regarding this. Thanks By Calling function GetSelectedText() { window.external.Notify(document.selection.createRange().htmlText); } and