I've designed a Windows 8 store application to use a custom keyboard for my input as the built-in keyboard didn't match my requirements.
So is there anyway to stop the built in keyboard displaying when a textbox is entered?
I can do this via services in windows but I still need the built in keyboard for use in Windows itself. So I need to stop the keyboard appearing in the application. Any ideas how I can do this?
Thanks