Hi, I have a list box and a Editor, I want to drag the item from list box to Editor, and drop it in the location in Editor where mouse up. but I can't get the SelectionStart in Editor, please give me some advice, Thanks. code: private void Editor1_DragDrop(object sender, DragEventArgs e) { C1TextRange...
on9-1-2010