Tutorial Description - Determining the Cursor Position in Visual Basic
This tutorial shows how to get the mouse cursor position on the screen in Visual Basic.
This tutorial show how to get the mouse cursor position on the screen. There is a simple API call that will allow you do this with ease.
Private Declare Function GetCursorPos Lib "user32" (lpPoint As PointAPI) As Long