VB6 DragDrop with dragmode =1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mally
    New Member
    • Sep 2007
    • 3

    VB6 DragDrop with dragmode =1

    I have control array A B C D E. I want to drag B over to D so that C and D would slide one space to left. Similarly i'll want as i drag D over to left C slides to right. How do i code to determine direction of the drag ?

    mally
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by mally
    I have control array A B C D E. I want to drag B over to D so that C and D would slide one space to left. Similarly i'll want as i drag D over to left C slides to right. How do i code to determine direction of the drag ?
    The Index of the source and target will tell you which one was dropped on which.

    Comment

    Working...