|
-
May 12th, 1999, 11:17 PM
#1
URGENT: HOw can I display Chinese characters in the main menu??
Hi,
I would like to ask how I can display Chinese characters in my application's main menu running on the English version of
Windows 95. I have a third party software which is capable of displaying Chinese characters in the English environment.
I could get my toolbar and text in my window/dialogs to change but not the main menu. I'm using a Chinese resource DLL
which is compiled in the Chinese version of Windows 95. The following code are used to load the new menu when the
resource is changed :
hCurrentModule = LoadLibrary("resource.dll");
ASSERT (hCurrentModule);
AfxSetResourceHandle(hCurrentModule);
new_menu.LoadMenu(IDR_MAINFRAME);
SetMenu(&new_menu);
DrawMenuBar();
new_menu.Detach();
Thank you
Steve Chia
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|