Drag/Drop for RichTextBox

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
 
G

Guest

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
 
S

Scott

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top