Feb 12, 2004 #1 lminmei Programmer Feb 1, 2000 111 US is there a way to find the x and y axis of the mouse cursor if its off of the form? i tried...form1.mouseleave and it doesn't work... please help
is there a way to find the x and y axis of the mouse cursor if its off of the form? i tried...form1.mouseleave and it doesn't work... please help
Feb 12, 2004 #2 RiverGuy Programmer Jul 18, 2002 5,011 US Cursor.Current.Position.X Cursor.Current.Position.Y http://www.mentalis.org/apilist/GetCursorPos.shtml Upvote 0 Downvote
Cursor.Current.Position.X Cursor.Current.Position.Y http://www.mentalis.org/apilist/GetCursorPos.shtml