drag and drop between two labels control (caption property)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • benzbikuku
    New Member
    • Apr 2014
    • 1

    #1

    drag and drop between two labels control (caption property)

    Hi,
    I just begin programming in vb5(I use Visual_Basic_5. 0_CCE AS Interpretor)

    My problem is how can I do for enabling drag and drop between two label controls.In others words,I want enable drag and drop between caption property of these two labels controls.

    Best Regard
  • Honduras2811
    New Member
    • Apr 2014
    • 21

    #2
    In the properties window for the Label, there is a property for DragMode. I've never used it, and don't know how it works, but you might want to try that.

    MSDN Help on DragMode says the manual mode determines when a Drag/Drop starts and ends. It would be better if you read it, because I have never used Drag/Drop for anything.

    Comment

    Working...