Public Class Form1... Dim isClicked as Integer = false End class if isClicked = true then me.left = mouseposition.x - Me.width / 2 me.top = mouseposition.y - me.height / 2 end if if isClicked = false Then isClicked = true else isClicked = false end if...