Search found 2 matches
- Thu Aug 03, 2006 15:16
- Forum: Offtopic Discussion
- Topic: How to deal input with EditBox or MultiLineEditBox that indi
- Replies: 3
- Views: 7874
Re: How to deal input with EditBox or MultiLineEditBox that
4.Modified Sample_Demo7.cpp::initialiseSample() 5.Modified Win32AppHelper.cpp (a)add this include and inline funciotn #include <ctype.h> inline int __cdecl isLeadByte(int _C) {return ((unsigned char)(_C) & 0x80); } (b)Modified wndProc()::case WM_CHAR to deal with Multi-Bye into Unicode then inj...
- Tue Aug 01, 2006 13:39
- Forum: Help
- Topic: Input in Korean/Chinese/... with IME
- Replies: 4
- Views: 4122
Input in Korean/Chinese/... with IME
By reading the article in this forum and following the steps, I've suceeded to display Korean/Chinese.. and other languages. Now I am trying to type Korean characters in a textbox. There are some articles about writing(inputting) chinese, but I have no idea where to find "win32apphelper.cc"...