Hello,
I would like to know how/if it's possible to set focus on the Virtual Keyboard windows (Onscreen keyboard).
SetFocus function actually sets the focus on it, but it immediatelly loses it again to the previous active window.
I know it doesn't need to have the focus to accept keys, but I still need to get it focused.
Using MouseMove and Lclick on the windows title bar works. But I would like to avoid using MouseMove function for other practical reasons.
Any ideas or clues?
EDIT: It seems it's more a problem on virtual keyboard, and which windows gets the focus. I thought the last active windows would get the keyboard focus, but apparently not. Using SetFocus and MouseMove on several windows then switching back to VirtualKeyboard, then focus is set on the last active window MouseMove went. (Not sure if I'm understantable here )
Many thanks
Marc