Results 1 to 2 of 2

Thread: Dragging

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2000
    Posts
    21
    When I click on my label, the drag box comes up but when I release it the label stays in the original place, help !

  2. #2
    Guest
    You must have some code in the DragDrop propert of the where ever you want to drop it.

    Put this code in the DragDrop propert of your form

    Code:
    Private Sub Form_DragDrop(Source As Control, X As Single, Y As Single)
    
       Source.Move X, Y
    
    End Sub

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