Drag/Drop for RichTextBox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Why don't I have the Drag events (DragDrop, DragEnter, etc.) available for the RichTextBox control

PS. I use MS .NET Framework 1.

Amjad
 
Sir

The links you provided shows me how to add some code in the DragDrop or DragEnter events. The problem is that I don't have any of the drag events listed for the RichTextBox control and I'm wondering why

Thank
Amjad
 
There is simply an error with the RichTextBox. The events are there but do
not show up. You must add the code for these events as in the example I
provided. The first link I provided is a Microsoft support document
concerning this issue.


Amjad said:
Sir,

The links you provided shows me how to add some code in the DragDrop or
DragEnter events. The problem is that I don't have any of the drag events
listed for the RichTextBox control and I'm wondering why?
 
Back
Top