Results 1 to 2 of 2

Thread: Drag 'n drop

  1. #1
    Guest
    It's represented by Source.
    Code:
    Private Sub Form_DragDrop(Source As Control, X As Single, Y As Single)
        'Move the "Source" to a new location
        Source.Move X, Y
    End Sub

  2. #2
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    363
    What if you're using OleDragDrop (which doesn't have Source as an argument) instead of DragDrop?

    I'm moving from one listview to another. Any code in the dragdrop event isn't firing...even a messagebox as the first line. The Oledragdrop fires and works for me but it doesn't have source as one of the arguments.
    Wade

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width