Private Sub Panel1_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Panel1.MouseDown
If e.Button = Windows.Forms.MouseButtons.Left Then
Capture = True
End If
End Sub
Private Sub Panel1_MouseUp(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Panel1.MouseUp
Capture = False
End Sub
To Drag a form without a border. The Panel1 is at the top of my imagebox with my design template. The form however does not move if anyone would know why that would be great. Thank you.

New Topic/Question
Reply



MultiQuote



|