|
-
September 19th, 2001, 10:45 PM
#1
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 !!!!!
-
September 20th, 2001, 02:36 AM
#2
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
...at present time, using mainly Net 4.0, Vs 2010
Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
-
September 21st, 2001, 04:44 PM
#3
Re: UserControl doesn't receive DragDrop Event...
Thanks by the answer but it still doesn't work.
Any idea???
ThanX !!!!
-
April 24th, 2002, 06:07 AM
#4
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
mfg Ungi
Music, music and VB. VB is like music: You never know how it is interpreted.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|