M
MySelf
Hello,
I have another question on my Drag and Drop from Treeview to RTF
textbox.
For the moment, I can only insert the dropped string at the end of the
current text alredy in RTF Textbox.
What I'd like to do is insert the dropped text at the exact point where
it was dropped (in the text that's already in RTF Textbox, of course).
I have been looking at the Drag and drop events, but with no success.
It seems that when dropping the string on the RTF TextBox, I only get
the graphical position of the drop (a Point with X and Y values) but
not the text character where it was dropped and should be inserted.
Can you help me ? Thank you.
I have another question on my Drag and Drop from Treeview to RTF
textbox.
For the moment, I can only insert the dropped string at the end of the
current text alredy in RTF Textbox.
What I'd like to do is insert the dropped text at the exact point where
it was dropped (in the text that's already in RTF Textbox, of course).
I have been looking at the Drag and drop events, but with no success.
It seems that when dropping the string on the RTF TextBox, I only get
the graphical position of the drop (a Point with X and Y values) but
not the text character where it was dropped and should be inserted.
Can you help me ? Thank you.