S
SamSpade
I implemented Drag Drop in a RichTextbox by adding events to my code.
If I were doing it in C# I would instead override The OnDrag* methods and in
my methods call the base.OnDrag*
In my events I do not call any base (MyBase) methods. Should I be calling
something???
Thanks
If I were doing it in C# I would instead override The OnDrag* methods and in
my methods call the base.OnDrag*
In my events I do not call any base (MyBase) methods. Should I be calling
something???
Thanks