Measure ITEM ITEMDATA string coming in as Wide Character string
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi I am adding a string to listbox as a 8 bit ansi string for example the string is "8FED90" ending with a null however when the MeasureItem method is called itemData points to the string as wide so it display in memory as 38 00 46 00 45 00 44 00 39 00 30 00 I have Character set as "NOT SET" in my property pages -> Advanced in Visual Studio Thanks
-
Hi I am adding a string to listbox as a 8 bit ansi string for example the string is "8FED90" ending with a null however when the MeasureItem method is called itemData points to the string as wide so it display in memory as 38 00 46 00 45 00 44 00 39 00 30 00 I have Character set as "NOT SET" in my property pages -> Advanced in Visual Studio Thanks