NO

Author Topic: ListView unicode trouble  (Read 4511 times)

lamer

  • Guest
ListView unicode trouble
« on: May 22, 2007, 10:48:33 AM »
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

  • Guest
Re: ListView unicode trouble
« Reply #1 on: May 22, 2007, 01:56:17 PM »
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?