Hello!
I want to show a string with Greek letters in an EditBox.
If I take the MessageBox - API, i only need to add a "W": MessageBoxW. Then I can see the string in a MessageBox.
But if i take the SetDlgItemText - API, a string with very strange characters is shown in the EditBox. The function shows instead of a Greek character two other Ascii-characters. And if i add an "W", then some Questionmarks are shown: "??????". The EditBox was created with a resource by the command "EDITTEXT".
Is there a possibility to show Greek characters in an EditBox?
Regards, Guenther
may be install Greek codepage in Windows
Cyrillic
(http://s2.ipicture.ru/uploads/20111220/bkZfO1p7.png)
We had a Unicode in edit window thread (http://www.masm32.com/board/index.php?topic=14448.msg115970#msg115970) some time ago. Open the source, and search for hEdit.
Thanks!!!