Click here to Skip to main content
15,911,707 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to response OS message Pin
cnez29-May-06 1:50
cnez29-May-06 1:50 
AnswerRe: How to response OS message [modified] Pin
_AnsHUMAN_ 22-May-06 4:19
_AnsHUMAN_ 22-May-06 4:19 
GeneralRe: How to response OS message Pin
ThatsAlok22-May-06 4:38
ThatsAlok22-May-06 4:38 
GeneralRe: How to response OS message Pin
_AnsHUMAN_ 22-May-06 4:45
_AnsHUMAN_ 22-May-06 4:45 
GeneralRe: How to response OS message Pin
ThatsAlok22-May-06 4:49
ThatsAlok22-May-06 4:49 
AnswerRe: How to response OS message Pin
ThatsAlok22-May-06 4:50
ThatsAlok22-May-06 4:50 
QuestionRight to Left ! Pin
M_Nuaimi22-May-06 1:59
M_Nuaimi22-May-06 1:59 
AnswerRe: Right to Left ! Pin
NiceNaidu22-May-06 2:23
NiceNaidu22-May-06 2:23 
1.First Thing you need to do is your entire code should be in UNICODE.

2.Since VC++ does not provide The East Asian language by Default.

Thus you will not see them in the language drop-down list on the first page of the MFC AppWizard.
However, you can find them in the Microsoft Visual Studio\Common\msdev98\bin\ide directory on the Visual C++ CD as follows:

Language AppWizard DLL
Japanese APPWZJPN.DLL
Korean APPWZKOR.DLL
Chinese (simplified) APPWZCHS.DLL

To take advantage of East Asian language support:

3.Copy the appropriate MFC AppWizard DLL to your Microsoft Visual Studio\Common\msdev98\bin\ide directory. This DLL can be found in the corresponding directory on the Visual C++ CD.

4.Install the appropriate code page on your system.

Have a Look over this article for CodePages

http://www.codeproject.com/cpp/MultiLangSupportMFCExtDLL.asp[^]


Appu..
"If you judge people, you have no time to love them."
GeneralRe: Right to Left ! Pin
Maxwell Chen22-May-06 3:52
Maxwell Chen22-May-06 3:52 
GeneralRe: Right to Left ! Pin
ThatsAlok22-May-06 19:14
ThatsAlok22-May-06 19:14 
GeneralRe: Right to Left ! Pin
Maxwell Chen22-May-06 19:51
Maxwell Chen22-May-06 19:51 
GeneralRe: Right to Left ! Pin
ThatsAlok22-May-06 21:58
ThatsAlok22-May-06 21:58 
GeneralRe: Right to Left ! Pin
M_Nuaimi23-May-06 1:24
M_Nuaimi23-May-06 1:24 
QuestionPossible to double buffer controls? Pin
Frankeeeh22-May-06 1:54
Frankeeeh22-May-06 1:54 
AnswerRe: Possible to double buffer controls? Pin
bob1697222-May-06 3:13
bob1697222-May-06 3:13 
QuestionDOS Commands Pin
cberam22-May-06 1:52
cberam22-May-06 1:52 
AnswerRe: DOS Commands Pin
Russell'22-May-06 2:01
Russell'22-May-06 2:01 
GeneralRe: DOS Commands Pin
cberam22-May-06 2:06
cberam22-May-06 2:06 
GeneralRe: DOS Commands [modified] Pin
Russell'22-May-06 2:30
Russell'22-May-06 2:30 
AnswerRe: DOS Commands Pin
Rage22-May-06 2:02
professionalRage22-May-06 2:02 
AnswerRe: DOS Commands Pin
kakan22-May-06 2:07
professionalkakan22-May-06 2:07 
AnswerRe: DOS Commands Pin
Laxman Auti22-May-06 2:33
Laxman Auti22-May-06 2:33 
AnswerRe: DOS Commands Pin
David Crow22-May-06 3:09
David Crow22-May-06 3:09 
AnswerRe: DOS Commands Pin
ThatsAlok22-May-06 4:39
ThatsAlok22-May-06 4:39 
Questionprogram crashing Pin
zahid_ash22-May-06 1:35
zahid_ash22-May-06 1:35 

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.