S
SamSpade
If in: Private Sub RichTextBox1_DragDrop(B ...
you do: e.Effect = DragDropEffects.Move
The moved data will get dropped into the text
But Undo will not reflect that fact (can't UnDo)
If you paste the data yourself you will end up with two copies in the text
WordPad can Undo Dropped text and I'd like to also be able to
Any suggestions???
I know from previous posts that this is off the beaten path but I hope there
is one person with the answer and the inclination to share. If so Thanks in
advance
you do: e.Effect = DragDropEffects.Move
The moved data will get dropped into the text
But Undo will not reflect that fact (can't UnDo)
If you paste the data yourself you will end up with two copies in the text
WordPad can Undo Dropped text and I'd like to also be able to
Any suggestions???
I know from previous posts that this is off the beaten path but I hope there
is one person with the answer and the inclination to share. If so Thanks in
advance