UserControl doesn't receive DragDrop Event...
Hi,
I've created a UserControl and I need to add dinamically to a form and allow the user to do a drag and drop operation with it. The problem, is that the control doesn't recevie the DragDrop event on itself. Any idea??? Or some related link that explain the implementation of drag and drop for visual editing applications, will be appreciated.
Thanks in advance !!!!!
Re: UserControl doesn't receive DragDrop Event...
'how about:
UserControl_OLEDragDrop(Data as DataObject, Effect as Long, Button as Integer, Shift as Integer, X as Single, Y as Single)
'?
Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris, Dr_Micahel
and all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
The Rater
Re: UserControl doesn't receive DragDrop Event...
Thanks by the answer but it still doesn't work.
Any idea???
ThanX !!!!
Re: UserControl doesn't receive DragDrop Event...
had a problem like you. found solution at:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q196131