unicode help
-
I Need help to set unicode string in menu and dialogs in nonunicode program by enable Os Settings. Expecting any articles are suggestions. thanks in advance!
Have A Nice Day! Murali.M
-
I Need help to set unicode string in menu and dialogs in nonunicode program by enable Os Settings. Expecting any articles are suggestions. thanks in advance!
Have A Nice Day! Murali.M
-
No, W will not be enough: the windows that are created w/o the W are non-unicode windows (there is a special API to check the Unicodeness of a window), and they cannot accept unicode strings in menus and other places; the system standard controls, like editbox or button, do support unicode, but the top level windows and dialogs must be created differently. Cheers, Alex
-
No, W will not be enough: the windows that are created w/o the W are non-unicode windows (there is a special API to check the Unicodeness of a window), and they cannot accept unicode strings in menus and other places; the system standard controls, like editbox or button, do support unicode, but the top level windows and dialogs must be created differently. Cheers, Alex