How to copy selected text
hi everybody
I am writing a function which will display the details of a keyword
which is selected from particular textbox by double clicking on the
text box.
My problem is, when i try to use the SelText property, it returns a
blank string. I have observed that when i double click on the text
box on particular word, it gets selected automatically but i can't
process that text in dblClick event of the text box(as i mentioned,
Seltext returns "").
How can i copy the selected text somewhere?
Please help!!