I have an app that allows the user to enter a grid of letters. However, I am not using TextBoxes to receive or display the letters (I am using the Dispatcher.AcceleratorKeyActivated event and dynamically generated TextBlocks). I am not using TextBoxes
because TextBlocks are easier to format and because each one will never have more than 1 letter in it. However, because I am not using TextBoxes, the Touch Keyboard is not displayed, which means the user cannot enter their letters. My app works perfectly
when using Windows 8 on a desktop or when I am testing it through remote desktop (which is what I have been doing) because I have a keyboard. It would even work great for people using tablets with a keyboard (such as the Surface), but when using a tablet that
has only touch input available, my app would currently be useless. How can I manually show/hide the touch keyboard? Thanks.
Nathan Sokalski njsokalski@hotmail.com http://www.nathansokalski.com/