SetDlgItemText - How can i show a string with greek letters in an EditBox

Started by Guenther, December 20, 2011, 06:49:58 PM

Previous topic - Next topic

Guenther

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

bomz


jj2007