Click here to Skip to main content
15,922,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: And also check the program settings Pin
chenxiujie13-Oct-05 23:06
chenxiujie13-Oct-05 23:06 
GeneralRe: And also check the program settings Pin
Mircea Puiu13-Oct-05 23:23
Mircea Puiu13-Oct-05 23:23 
GeneralRe: And also check the program settings Pin
prasad_som13-Oct-05 23:46
prasad_som13-Oct-05 23:46 
GeneralRe: And also check the program settings Pin
chenxiujie14-Oct-05 0:25
chenxiujie14-Oct-05 0:25 
GeneralRe: And also check the program settings Pin
Nemanja Trifunovic14-Oct-05 6:05
Nemanja Trifunovic14-Oct-05 6:05 
QuestionRecieving Signals with IR-Port of Pocket PC Pin
Member 235885713-Oct-05 21:22
Member 235885713-Oct-05 21:22 
QuestionTest case for MultiByteToWideChar Pin
Chintoo72313-Oct-05 20:50
Chintoo72313-Oct-05 20:50 
AnswerRe: Test case for MultiByteToWideChar Pin
John R. Shaw14-Oct-05 23:03
John R. Shaw14-Oct-05 23:03 
Ask a chineese friend!Laugh | :laugh:

Acutaly that is the easiest way, I have even had them send me text in an email. You could also try copying them from Asian web sights.

You can code them youself using imbeded hexidecimal character values. Here is a hand coded one in Japaneese:
TCHAR* g_pJTestFind1 = _T("\xE4\xE5\xE9\x5C\xE4\xEB\xE5\xDF");

I beleive I just used random characters. Look up the code pages for Chineese, Japanes and Korean at Microsoft on the web.

For test purposes, you'll probably have to call: TCHAR* pLocale = _tsetlocale( LC_ALL, _T("Japanese") );, in your code. You'll also need to add the launguage, you are testing, to your regional settings (Win2000 and above). You may need to, when the your test window/application pops up, go to the task bar and select the language you wish to use (for that app.).

INTP
Every thing is relative...
QuestionHelp for NTGraph3D ATL/STL/OpenGL activeX control Pin
Member 235848813-Oct-05 20:40
Member 235848813-Oct-05 20:40 
QuestionHelp please Pin
Amit j Patil13-Oct-05 20:38
Amit j Patil13-Oct-05 20:38 
QuestionHow to display File Properties Dialog box in Visual C++? Pin
Honeyz Smiles13-Oct-05 19:06
Honeyz Smiles13-Oct-05 19:06 
AnswerRe: How to display File Properties Dialog box in Visual C++? Pin
prasad_som13-Oct-05 20:06
prasad_som13-Oct-05 20:06 
QuestionHow to do the convertion from other data type to unsigned *char Pin
LaHaHa13-Oct-05 17:28
LaHaHa13-Oct-05 17:28 
AnswerRe: How to do the convertion from other data type to unsigned *char Pin
Prakash Nadar13-Oct-05 18:31
Prakash Nadar13-Oct-05 18:31 
GeneralRe: How to do the convertion from other data type to unsigned *char Pin
LaHaHa13-Oct-05 19:36
LaHaHa13-Oct-05 19:36 
GeneralRe: How to do the convertion from other data type to unsigned *char Pin
sunit513-Oct-05 20:34
sunit513-Oct-05 20:34 
GeneralRe: How to do the convertion from other data type to unsigned *char Pin
sunit513-Oct-05 20:41
sunit513-Oct-05 20:41 
GeneralRe: How to do the convertion from other data type to unsigned *char Pin
LaHaHa13-Oct-05 21:08
LaHaHa13-Oct-05 21:08 
GeneralRe: How to do the convertion from other data type to unsigned *char Pin
sunit513-Oct-05 21:23
sunit513-Oct-05 21:23 
GeneralRe: How to do the convertion from other data type to unsigned *char Pin
LaHaHa13-Oct-05 21:37
LaHaHa13-Oct-05 21:37 
GeneralRe: How to do the convertion from other data type to unsigned *char Pin
sunit513-Oct-05 23:35
sunit513-Oct-05 23:35 
GeneralRe: How to do the convertion from other data type to unsigned *char Pin
LaHaHa14-Oct-05 5:16
LaHaHa14-Oct-05 5:16 
GeneralRe: How to do the convertion from other data type to unsigned *char Pin
Prakash Nadar14-Oct-05 5:40
Prakash Nadar14-Oct-05 5:40 
GeneralRe: How to do the convertion from other data type to unsigned *char Pin
LaHaHa14-Oct-05 16:17
LaHaHa14-Oct-05 16:17 
QuestionListening/Subscribing to Database events Pin
MustufaTaj13-Oct-05 17:27
MustufaTaj13-Oct-05 17:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.