Drag and drop question

N00bism

New member
Joined
Aug 25, 2008
Messages
1
Programming Experience
Beginner
When you set allowDrop as True on a Panel, how does it work?

Does that means any images i add into that Panel are able to do drag and drop?

Also, it is possible to auto-generate the codes with the running application?

PS: New to this forum, I don't know where should I post it.
 
If you set it's AllowDrop property to true then that means you can use the Drag&Drop events for the panel in code. IE you can use the DragEnter, DragDrop, etc events of the panel.

If you do a forum search here you'll find a couple of threads on this subject to get you started, post here again if you have any further questions.

Welcome to the forums
 
Back
Top