Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Expanding options for autotext MenuOptions
#1
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
 
Code:
Copy      Help
tt.MenuOptions = new(PMFlags.ByCaret | PMFlags.WindowCenter);


Messages In This Thread
Expanding options for autotext MenuOptions - by Davider - 03-17-2024, 12:19 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)