|
-
Mar 7th, 2010, 01:18 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Drag and drop question
Hello,
I set a frame's DragMode property to automatic and then wrote the following code into the Form_DragDrop event.
Code:
Private Sub Form_DragDrop(Source As Control, X As Single, Y As Single)
Source.Top = Y
Source.Left = X
End Sub
[/code]
The frame's outline would move, but the frame snapped back to where it was. What can I do?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|