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 for touch-screen applications. Which commercial/free on-screen keyboard or on-screen numeric keypads do you use on Windows devices? Or should we use a library to implement our own input devices? Currently using the standard ...

Javascript keyboard in iphone

Hi, Is anyone who help me for my iphone application in which i am using javascript keyboard over the text area i want to know that is there any way to remain enable the javascript keyboard after pressing the return key,and the cursor should move to next line without hiding the javascript keyboard. Thanks Ramel singh Rana ...

Are physical and programmatic keypresses handled differently by either .NET or the OS

Firstly some background information... I have a C# .NET application that runs on a slate pc i.e. no physical keyboard. We are using the on-screen keyboard built into Windows XP Tablet edition to populate TextBox controls on a form. There is no special key press handling for the form (although other components of the UI do handle key pre...

How do you disable the XP/Vista pop-up on-screen keyboard for textboxes when running on a tablet computer?

On a tablet computer running Windows XP Tablet Edition, Vista or Windows 7 -- setting focus on a textbox triggers a small keyboard popup icon to be shown (unless the user already has the on-screen keyboard open or docked). In my application I've implemented my own on-screen keypad for certain fields and I want to disable the Windows on-s...

Creating a foreign language on-screen keyboard for CKEditor

I am using CKEditor as a rich text WYSIWYG Javascript editor. I would like to add an on-screen keyboard so that they can easily enter text from non-English alphabets. I was planning on finding a JavaScript on-screen keyboard and adding a custom button with a CKEditor plug-in to trigger it. I've found a couple of JavaScript on-screen...