i´m trying to teach myself visual basic
using a vb6 professional edition
and tech yourself vb5 in 21 days

following the instructions for the drag&drop
i was annoyed:

starting the drag i get a wonderful frame,
but releasing the mousebutton does not (NOT)
drop the source into the frame,
but sets .left and .top to the mousepointers X and Y


i mean, por favor, if i go to the trouble of dragging
something , i want to drop it where i dragged it, which is where i want to drop it, which is why i dragged it there in the first place....

VB6 insists on dropping it where the mousepointer is...

i tried calculating the distance between .top and Y
to correct that, but somehow the .mousedown
is not triggered when i put code into the .DragDrop


HELP???



thanks in advance


katte