Private Sub Form1_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Me.MouseMove
Me.Panel1.Location = e.Location
End Sub
but when user clicks you need to stop moving. else u will not have any option to come out... :)
Pgmer 50 Master Poster Featured Poster