| View previous topic :: View next topic |
| Author |
Message |
selina Member
Joined: 30 Aug 2004 Posts: 2
|
Posted: 30/08/04 15:55 Post subject: input Vietnamese in TEdit |
|
|
| Hi I am writing a program that user can input Vietnamese. I am using Vietkey2000 for input Vietnamese. But I found that Delphi 7 just accept unicode-2 of Vietkey. I want to write that user can use VNI type or unicode input Vietnamese. Anybody know how to do that? Pls help me~ Thanks |
|
| Back to top |
|
 |
Johnny_Bit Moderator
Joined: 15 Jun 2003 Posts: 158
|
Posted: 31/08/04 06:51 Post subject: |
|
|
| Edit controls usually supports only codepage default for system.... Try some UNicode controls, maybe them can do it.. |
|
| Back to top |
|
 |
chasoft Member

Joined: 20 Mar 2003 Posts: 17 Location: Vietnam
|
Posted: 03/09/04 06:30 Post subject: reply |
|
|
win2000 or later version support very good with custom components which use unicode. you can find many good component packages include allmost all window controls (support unicode, of cource) with google.com. http://www.torry.ru is a good site to find your desired components. _________________ Chasoft Homepage
http://www.chasoft.now.nu
http://www.chasoft.cjb.net |
|
| Back to top |
|
 |
selina Member
Joined: 30 Aug 2004 Posts: 2
|
Posted: 08/09/04 08:48 Post subject: |
|
|
| Hi~ I already download TntUnicodeControl. For TTntEdit, TTntCaption, it's ok, I can input Vietnamese. But when I use TDBTntEdit, it got problem, I can type vietnamese in that edit, but when my cursor go to next Edit, the text in before Edit will change to code like, I Ma~#n. Do you know why? I am using SQL server. Is it need to install sthing? |
|
| Back to top |
|
 |
|