The autotext insertion in LA is unable to find the insertion point in some controls, so I want to extend it.
Here's the assumption:
I have a DLL file compiled successfully in C++, named CaretPos.dll
There is a public function in the DLL: bool GetCaretPosExt(IntPtr rect).
It returns true if it successfully retrieves the value of rect, otherwise it returns false.
How should I use this function in the options below to solve the problem?
The solution will be valuable for many similar tasks.
Thanks in advance
David
Here's the assumption:
I have a DLL file compiled successfully in C++, named CaretPos.dll
There is a public function in the DLL: bool GetCaretPosExt(IntPtr rect).
It returns true if it successfully retrieves the value of rect, otherwise it returns false.
How should I use this function in the options below to solve the problem?
The solution will be valuable for many similar tasks.
Thanks in advance
David