When we use the built-in (Windows 7) On-Screen Keyboard, it stays on top of a TopMost form, even when the form is clicked on and activated.
We are building a custom OSK to prevent the user from having too much power with the built-in OSK, but even though it's TopMost property is set to True, it still gets hidden behind the main form when it is selected!
How can we make the form operate like the built-in On-Screen Keyboard and make it stay on top of even a TopMost form?