Show Unicode text in CCeCommandBar menu ?
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
LOGFONT lf; memset(&lf,0,sizeof(LOGFONT)); _tcscpy(lf.lfFaceName,_T("Arial")); lf.lfHeight=18; m_font.CreateFontIndirect(&lf); m_wndCommandBar.SetFont(&m_font); m_wndCommandBar.Invalidate();
Why can't I set font to CCeCommandBar variable ??? I want my menu have some characters in Vietnamese (Unicode) but something's wrong there. **And another thing is that I can't input Unicode text in Resources. (**I tried to input like \x1ea3... but also failed)