virtual keyboard wpf

c#, keyboard, wpf, xaml

Solution

Im using this http://wpfkb.codeplex.com/ and its works fine for me. You can modify it after needs..

Problem

I am developing a WPF application that will need to a virtual keyboard . In addition, the application contains windows that need only numeric keyboard and other windows needed the hole keyboard (26 lettres + 10 numbers). I don't know if there is a tool that can do it or i must design my own keyboard. What is the best tool to accomplish this task?

Original source