06-09-2024, 06:02 PM
Terry, the return value is simply discarded, but SetCursorPos should be declared as a function
btw Terry, you probably won't be able to see my post as I seem to be on your ignore list
Code: (Select All)
DECLARE DYNAMIC LIBRARY "User32"
FUNCTION SetCursorPos~& (BYVAL x AS LONG, BYVAL y AS LONG) 'move cursor position
END DECLARE
btw Terry, you probably won't be able to see my post as I seem to be on your ignore list