Click here to Skip to main content
15,901,122 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini10-Sep-08 23:10
Dhiraj kumar Saini10-Sep-08 23:10 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
SandipG 10-Sep-08 23:14
SandipG 10-Sep-08 23:14 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini10-Sep-08 23:16
Dhiraj kumar Saini10-Sep-08 23:16 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
SandipG 10-Sep-08 23:25
SandipG 10-Sep-08 23:25 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian10-Sep-08 23:28
professionalRajesh R Subramanian10-Sep-08 23:28 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian10-Sep-08 23:26
professionalRajesh R Subramanian10-Sep-08 23:26 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini10-Sep-08 23:29
Dhiraj kumar Saini10-Sep-08 23:29 
QuestionRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian10-Sep-08 23:39
professionalRajesh R Subramanian10-Sep-08 23:39 
AnswerRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini11-Sep-08 0:00
Dhiraj kumar Saini11-Sep-08 0:00 
QuestionRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian11-Sep-08 0:33
professionalRajesh R Subramanian11-Sep-08 0:33 
AnswerRe: EditBox and RichEdit Box not able to display multilanguage application Pin
SandipG 11-Sep-08 0:43
SandipG 11-Sep-08 0:43 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian11-Sep-08 0:52
professionalRajesh R Subramanian11-Sep-08 0:52 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
SandipG 11-Sep-08 1:04
SandipG 11-Sep-08 1:04 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian11-Sep-08 1:19
professionalRajesh R Subramanian11-Sep-08 1:19 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian11-Sep-08 2:08
professionalRajesh R Subramanian11-Sep-08 2:08 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
SandipG 11-Sep-08 2:13
SandipG 11-Sep-08 2:13 
AnswerRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini11-Sep-08 0:45
Dhiraj kumar Saini11-Sep-08 0:45 
QuestionRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian11-Sep-08 1:21
professionalRajesh R Subramanian11-Sep-08 1:21 
QuestionRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian11-Sep-08 1:46
professionalRajesh R Subramanian11-Sep-08 1:46 
AnswerRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini11-Sep-08 2:34
Dhiraj kumar Saini11-Sep-08 2:34 
AnswerRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian11-Sep-08 2:40
professionalRajesh R Subramanian11-Sep-08 2:40 
Dhiraj kumar Saini wrote:
GROUPBOX "",IDC_STATIC,2,149,418,171
CONTROL "",IDC_TRANSCRIPT,"RichEdit20A",ES_MULTILINE | ES_READONLY | WS_BORDER | WS_VSCROLL | WS_TABSTOP,5,154,414,120


Save a copy of your RC file for backup and then replace the RichEdit20A with RichEdit20W and try building the app after this. I know it may sound nasty to edit the .RC file manually, but try it. Let me know the results.

BTW, you did not answer my other question. Is your app at least able to handle Unicode as far as normal CEdit control is concerned?

Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche

.·´¯`·->Rajesh<-·´¯`·.
[Microsoft MVP - Visual C++]

GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini11-Sep-08 3:02
Dhiraj kumar Saini11-Sep-08 3:02 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini11-Sep-08 3:14
Dhiraj kumar Saini11-Sep-08 3:14 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini11-Sep-08 23:26
Dhiraj kumar Saini11-Sep-08 23:26 
RantRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian12-Sep-08 1:21
professionalRajesh R Subramanian12-Sep-08 1:21 

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.