0
kicks
Building a Virtual Keyboard in WPF
The challenge - build alternative on-screen keyboard to appear on each textbox, marked to use such keyboard.
The reason - custom editor, ability to use touch screen input, etc
Realization: WPF, two windows, a little hooking, attached properties, custom commands and gestures.