Top "On-screen-keyboard" questions

For programming questions about creating or using an on-screen keyboard (a virtual keyboard displayed on the screen), including osk.

Detect if on-screen keyboard is open (TabTip.exe)

I am working on a WPF/C# application for completing forms. I am trying to find a way to determine …

c# windows-8 keyboard touch on-screen-keyboard
Start TabTip with numpad view open

I basically have code that starts the keyboard, but it opens in alphanumeric portion and the box for editing is …

c# on-screen-keyboard
On-screen keyboard for Windows apps (C++/C#) with touch-screen capability

Going to make an applications wich will be used on a device without a physical keyboard Looking for best practices …

c# windows touchscreen on-screen-keyboard
How do I close the on-screen keyboard process from C# winform correctly?

I'm currently designing an image viewer that allows the user to input her e-mail and get the images digitally. The …

c# winforms visual-studio-2012 on-screen-keyboard
Call On-Screen Keyboard(OSK) using vb.net

I am using this code below to call On-Screen Keyboard(OSK) Process.Start("C:\Windows\System32\OSK.EXE") but as …

vb.net vb.net-2010 on-screen-keyboard
Open Windows 10 touch keyboard docked in WPF

We started creating a WPF touch application in Windows 8 and recently migrated to Windows 10. One feature we implemented is opening …

c# wpf windows-10 on-screen-keyboard
Is it possible in c# to show, hide, and manipulate the Windows 8 on-screen keyboard?

I am making a WPF application that is to be used on a kiosk with no hardware keyboard. Currently we …

wpf windows-8 on-screen-keyboard