Display Text in TextBox at Cursor Position

Hi,
I want to display the text which is dragged from a TreeView at the cursor position in the TextBox. I don't how to get the text from the textBox till the cursor Position.
Can u suggest me someways to do it?

Thank you for consideration,
Lakshmi.

[263 byte] By [codefund.com] at [2007-12-16]
# 1
It's hard to tell exactly what it is you're looking for, but check out the SelectionStart, SelectionLength, and SelectedText properties of the text box. They give you all the information that's available about where the selection currently is, and if/what text is currently selected.
codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 2
Thanks! I tried that and found out that SelectionStart gives the Cursor position in TextBox.
Laksh.
codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...