Mobile Development: Subclass foreign Window using injectDLL
Recently we needed to show and hide the SIP (Software Input Panel) inside a full screen Remote Desktop Mobile session.
The first challenge is to control the SIP without having a menu bar with the SIP symbol inside. To get this working you can assign a hardware keyboard button, it must be an App button, to show the SIP. See Settings>Personal>Buttons and assign “<Input Panel>” to the hardware key.
Unfortunately the SIP will be hidden immediately after being shown if RDM is started with Full Screen option.
Continue reading ‘Mobile Development: Subclass foreign Window using injectDLL’ »