Touch screen system - TextBox

  • Thread starter Thread starter Lionel Pinkhard
  • Start date Start date
L

Lionel Pinkhard

Hi,

I'm working on touch screen system where a user clicks on a number to
letter to input it into a field, it's working fine at the moment,
basically it passes the textbox control to a user component which
handles input, then it does "control.Text += key;", this works fine for
English and Arabic languages, but I have problem with Asian languages,
any suggestions?

Regards

Lionel Pinkhard


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0643-0, 2006/10/22
Tested on: 2006/10/23 11:43:50 AM
avast! - copyright (c) 1988-2006 ALWIL Software.
http://www.avast.com
 
Use SendKeys API. It is a lot better, and it handles backspace, arrow keys
and other special characters.

Fitim Skenderi
 
According to MSDN, SendKeys API cannot be used where
internationalization is required, also even if the key is sent to the
form, it still need to be captured by the form and sent to the control,
so I don't see any help in using SendKeys, any other ideas?

fitim said:
Use SendKeys API. It is a lot better, and it handles backspace, arrow keys
and other special characters.

Fitim Skenderi







---
avast! Antivirus: Inbound message clean.
Virus Database (VPS): 0643-1, 2006/10/23
Tested on: 2006/10/24 01:20:08 PM
avast! - copyright (c) 1988-2006 ALWIL Software.
http://www.avast.com


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0643-1, 2006/10/23
Tested on: 2006/10/24 01:21:17 PM
avast! - copyright (c) 1988-2006 ALWIL Software.
http://www.avast.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top