Hi I would like to build an app running on Windows 7 using WPF with 2 columns where one column will be a virtual keyboard or on-screen keyboard (osk) and the other column will be the content of my app.
The keyboard will always appear on every page/window of my app. The keyboard is pretty simple, alphabet and numeric with some buttons such as enter and del. My questions are:
- How to create 2 columns on a window?
- Is there a free to use keyboard to attach it to my project? And how can I create my own virtual keyboard?
- How to make the virtual keyboard always appear on every window?