C
C#2y ago
Hưng

WinForms: IsWindowUnicode returns false

For some reason, IsWindowUnicode returns false. How can I force it to become true? I need it to change the window title, because some of the characters of the title become "?"
2 Replies
bighugemassive3
It's determined by the RegisterClass function Maybe you'd need to use RegisterWindowExW? Oh you're using windows form smh... i didn't read that

Did you find this page helpful?