how to get selected text from a text document file in C#?
i want to develop an application which need to get selected word by
double-clicking on a html page or pdf or any word document.
After getting the word i want to search the word from my database and
find the meaning from database.Then i want to show the meaning.
how can i get the double-clicked word in C#?