Hi there,
I am trying to develop a virtual keyboard using vb.net. I used to forms, (one is real window, second one is keyboard window).
When a label on keyboard is clicked, I make background window get the focus and then I use SendKeys method to press a button.
This works fine. However, webbrowser control on main window doesn't get the focus. How can I create a virtaul keyboard that never gets focus like in W2K virtual keyboard.
What is said is that "i subclassed the WM_MOUSEACTIVATE message in the form and passed the
MA_NOACTIVATE message." on another form. How can this code be converted in vb.net code?
Thanks for your answers!....