Click to See Complete Forum and Search --> : drag drop with RichTextBox


vbzero
June 8th, 2002, 05:37 AM
I want to drag some text from an external application (e.g. WordPad) into a RichTextBox.

I found an example how to do this in the MSDN, but
that example can't be right because they use the
"DragEnter" event for this action.

The RichTextBox has no "DragEnter" event or any other
"Drag" event.

Any ideas how to do this?