L
Lloyd Dupont
I already had implemented Drag & DRop successfully it's why I'm
flabergasted...
I have a ome made control which accept Drag&Drop.
OnDragEnter(), OnDragOver() & OnDragLeave(), are called correctly.
However OnDragDrop() is never called!!
(if I drop the dragged stuff, I mean).
What's puzzling is my others control works well.
And this is the second weird thing with this control.
I had implemented editor to edit its model. It add TextBox to the control
and remove when the user press enter.
On the other similar control there was no issue, but this control beeps when
I press enter (and before removing the TextBox).
While it's normal for a TextBox to beep on enter (or so it seems), doesn't
explain why it behaves like that only onthis control as well... :-/
flabergasted...
I have a ome made control which accept Drag&Drop.
OnDragEnter(), OnDragOver() & OnDragLeave(), are called correctly.
However OnDragDrop() is never called!!
(if I drop the dragged stuff, I mean).
What's puzzling is my others control works well.
And this is the second weird thing with this control.
I had implemented editor to edit its model. It add TextBox to the control
and remove when the user press enter.
On the other similar control there was no issue, but this control beeps when
I press enter (and before removing the TextBox).
While it's normal for a TextBox to beep on enter (or so it seems), doesn't
explain why it behaves like that only onthis control as well... :-/