Using the API function
GetCaretPos
Statement: the FUNCTION Boolean GetCaretPos (ref pointapi point) LIBRARY "user32. DLL
"
Structure POINTAPI
Long x
Long y
POINTAPI point
GetCaretPos (point) always error when I call "err runtime function ref (parameters)"
CodePudding user response:
GetCaretPos (ref point) to tryCodePudding user response:
Not tried