`
Par2: Positioning the mouse cursor 2012-05-21 -- Lee White You can use the Windows SetCursorPos() API for this... MODULE('') _SetCursorPos(SIGNED,SIGNED),BOOL,PASCAL,NAME('SetCursorPos'),PROC END The two parameters are the desired X and Y position from the top left corner of the desktop in pixels. Printed November 21, 2024, 7:34 am This article has been viewed/printed 35224 times. |