Partial Class _Default Inherits System.Web.UI.Page Private Declare Function SetCursorPos Lib "user32" (ByVal x As Long, ByVal y As Long) As Long Protected Sub Unnamed1_Click(ByVal sender As Object, ByVal e As System.EventArgs) SetCursorPos(50, 50) End Sub End Class