I can't believe I can't do this! Any help? I take a picture box and set dragmode to automatic but can't get my Picbox.cursor-position unless I right click! I want to left click and set X to OldX and Y to OldY. I need this to smoothly drop it in the DragDrop sub using:

source.move (X - OldX),(Y - OldY)

Please help!