Hi all!
Does anybody know what is the ListView control trouble with unicode? Headers display unicode strings properly, but items show "aaaaaaaa" strings instead. I use LVITEMW structure for insert items with LVM_INSERTITEMW message - as you can see, all is unicode version. The strings are unicode and dixplayed properly in message box. All other controls on the dialog display unicode properly as well.
Thank you.