GetMousePosY

Syntax:

GetMousePosY()

Description:
Returns the y coordinate of the current mouse position.  The very top of the screen is 0.

Parameter Description

(no parameters)

Example:

Sub Main
' Display the position of the mouse
strMousePos = GetMousePosX() & "," & GetMousePosY()
MsgBox strMousePos
End
Sub

See Also:

GetMousePosX