Home > database >  The use of API GetCaretPos function
The use of API GetCaretPos function

Time:09-27

I am using pb9 in a window to get the current cursor position
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 try

CodePudding user response:

Not tried
  • Related