I need to know how to get caret position when I press a key (TAB). My application need the “Tab” XY position when any user press the tab key on the any UI.
Is there any way to catch the “Tab” position?
Thanks,
I need to know how to get caret position when I press a key (TAB). My application need the “Tab” XY position when any user press the tab key on the any UI.
Is there any way to catch the “Tab” position?
Thanks,
You can get cursor position for the last message retrieved by the GetMessage function by calling GetMessagePos() function