ListView unicode trouble

Started by lamer, May 22, 2007, 10:48:33 AM

Previous topic - Next topic

lamer

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.

lamer

Damn it!
I came home and it worked on my home computer!
Both coth computers (at home and at work) run under XP SP2. May be the trouble is with comctl32.dll? Or something else?