CalamityJake
Programmer
Hi, I'd like to set the title of a window to a text that contains characters in my mother tongue. As far as I understood, SetWindowText() interprets the chars in the string parameter that it is passed as ANSI characters. Well
my OEM page has chars that are not in the ANSI set, what can I do about it? Is there something similar to setting the font's charset to OEM_CHARSET and call TextOut (that only works for client area I think).
my OEM page has chars that are not in the ANSI set, what can I do about it? Is there something similar to setting the font's charset to OEM_CHARSET and call TextOut (that only works for client area I think).