Hello, I need to start a virtual keyboard (namely click-n-type) from my application to allow user input in the active field. When the user focuses on an edit box in my application's window, the virtual keyboard pops out to allow input.
However, I can't get this to work in one click. When I use the "start click-n-type.exe" the keyboard starts normally but the edit box looses focus. When I use "start /min click-n-type.exe", the edit box keeps the focus but the keyboard is minimized. Is there a way to have both the focus unchanged and virtual keyboard in its place?