|
-
Jul 11th, 2006, 09:11 PM
#1
Thread Starter
^:^...ANGEL...^:^
-
Jul 13th, 2006, 02:48 PM
#2
Re: Multi Language Application
It's a matter of changing fonts, changing the keyboard driver, changing the language version of Windows running on the computer ... there are a number of ways to do what you need. I'd just get the program running and not worry about what keycode was drawn as what character on the screen.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Jul 15th, 2006, 01:42 AM
#3
Thread Starter
^:^...ANGEL...^:^
Re: Multi Language Application
OK I have got the alternative fonts installed and set the current keyboard layout set to THAI.
Now it's a matter of changing a control's character set so it can take UNICODE characters. How do I know which Windows Message is passed via OS when keyboard language changes..?
-
Jul 15th, 2006, 04:53 AM
#4
Re: Multi Language Application
It should just be a matter of using a font which accepts unicode characters. And ensuring that the database can handle unicode characters, which in your case, has been done.
You should now get debugging and watch the flow of the inputted characters into the database.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|