Hello, the codegurus around the world.;) Try this. This works to show Japanese in CRichEditCtrl.
BOOL CMyDialog::OnInitDialog()
{
CHARFORMAT cf;
CMyRichEditCtrl.GetDefaultCharFormat(cf);
cf.dwMask = CFM\_CHARSET | CFM\_FACE |CFM\_BOLD | CFM\_SIZE;
cf.dwEffects = CFE\_BOLD;
cf.bCharSet = DEFAULT\_CHARSET;
cf.yHeight =150;
CMyRichEditCtrl.SetDefaultCharFormat(cf);
:cool: :confused: Have a nice day. -Masaaki Onishi-