No Unicode in Status Bars?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Can you not use Unicode strings in status bars?? The lParam of the SB_SETTEXT message is a LPSTR (not LPTSTR)...
See SB_SETUNICODEFORMAT. Don't try it, just do it! ;-)
-
See SB_SETUNICODEFORMAT. Don't try it, just do it! ;-)
Thanks for the reply. I have another question - the SB_SETUNICODEFORMAT message says it needs comctl32.dll version 4.00 or later but the Remarks section says to see the remarks for CCM_GETUNICODEFORMAT which says it needs version 4.71 for WinNT or version 5.80 for Win95/98. Do you know which version it needs? - thanks