Antonio Linares wrote:Ramesh,
Are those dialogs from a RC file ?
If so, could you please post here the RC file or send it to my email ?
thanks
Antonio,
I make this sample, PRG and RC that I convert to UTF-8 style.
http://www.fivetech.com.tw/downloads/TestChinese-u8-V3.rarCode: Select all | Expand
// Add this to your resources RC file
#ifdef __FLAT__
1 24 "./WinXP/WindowsXP.Manifest"
#endif
new BITMAP "./bitmaps/32x32/new.bmp"
quit BITMAP "./bitmaps/32x32/quit.bmp"
TEST DIALOG 20, 41, 356, 86
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "測試 Unicode 繁體中文(Traditional Chinese)-例如堃,叙"
FONT 12, "細明體"
{
EDITTEXT 201, 68, 7, 170, 12
EDITTEXT 202, 68, 22, 99, 12
CONTROL "存檔", 301, "BUTTON", BS_USERBUTTON | WS_TABSTOP, 302, 8, 46, 18
CONTROL "取消", 302, "BUTTON", BS_USERBUTTON | WS_TABSTOP, 302, 29, 46, 18
CONTROL "列印", 303, "BUTTON", BS_USERBUTTON | WS_TABSTOP, 302, 50, 46, 18
LTEXT "中文地址", 101, 5, 7, 60, 12
LTEXT "中文姓名", 102, 5, 22, 60, 12
}