Tagged Questions

4
votes
3answers
568 views

Prevent text selection after double click

I'm handling the dblclick event on a span in my web app. A side-effect is that the double click selects text on the page. How can I prevent this selection from happening?
1
vote
2answers
598 views

Issue with IE Selection and Range

I'm trying to get the start element and the end element of a selection and the offset of the selection in each, i do this in firefox as follows: var delselection = window.getSelection(); var …
0
votes
2answers
1k views

Using Selection.Find in Microsoft.Office.Interop.Word to find tracked changes in a document

I am currently using the code below within a VB.Net application to find specific text in a Word document. The text is surrounded by symbols represented by the character codes in the .Text statement. …