Nikolay Sivov bunglehead@gmail.com writes:
The question is how could I handle CB_GETLBTEXT properly for ComboEx? For Combobox it's obvious cause we know is it unicode or not, for Comboex caller should rely on IsWindowUnicode() for this control for buffer format or what?
Any thoughts how to deal with this or am I missing something?
Standard messages like CB_GETLBTEXT should be translated automatically, you should be able to always handle them as Unicode.