
Yet another question for you wonderful people
(Dave MacCormack) threw this at us:
Quote:
>Okay, I'm trying to do a little drag & drop. Hmm, I guess that best way
>to explain it is like the "MAC" trashcan. Does anyone have any sample
>code or any idea where to go for some. I started this my self but jut
>confused myself :-)...
Are you dropping files from your application to your application? If
you are, the answer is simple.
In the mousedown event of the source control, save the data being
dragged in a variable and initiate the drag using the Drag method like
this: sourcecontrol.Drag 1
Then, in the DragDrop event of the destination control, do whatever
you want to do with the data.
Jens
--
* Everything I said are the opinions of someone else. *
* I just cut-and-pasted. *
Jens Balchen jr.