Show up the On Screen keyboard if the user sets the focus on a textfield. WPF with .Net 4 Client profile Show up the On Screen keyboard if the user sets the focus on a textfield. WPF with .Net 4 Client profile wpf wpf

Show up the On Screen keyboard if the user sets the focus on a textfield. WPF with .Net 4 Client profile


You can wire up following code to TextBox's GotKeyboardFocus or GotFocus event

Process.Start("systempath..\\osk.exe");