Re: [ros-dev] SendMessageW doubt/bug with ANSI LPARAM.

2011-11-17 Thread Giannis Adamopoulos
] SendMessageW doubt/bug with ANSI LPARAM. Am 16.11.2011 16:12, schrieb victor martinez: The Total Commander comboboxes for the left and right drive list are Unicode. However, Total Commander calls SendMessage(handle,CB_ADDSTRING,0

Re: [ros-dev] SendMessageW doubt/bug with ANSI LPARAM.

2011-11-17 Thread victor martinez
)AnsiMsg-lParam);is behaving correctly just comparing the UnicodeString vs the AnsiLparam one.Thanks a lot!Debugging time! From: giannis.adamopou...@reactos.org To: ros-dev@reactos.org Date: Thu, 17 Nov 2011 11:53:41 +0100 Subject: Re: [ros-dev] SendMessageW doubt/bug with ANSI LPARAM. Hi

[ros-dev] SendMessageW doubt/bug with ANSI LPARAM.

2011-11-16 Thread victor martinez
The Total Commander comboboxes for the left and right drive list are Unicode. However, Total Commander calls SendMessage(handle,CB_ADDSTRING,0,(LPARAM)ansitext); to add items as ANSI text. This seems to work, but it's adding some extra text at the end. If I understand correctly, Total Commander

Re: [ros-dev] SendMessageW doubt/bug with ANSI LPARAM.

2011-11-16 Thread Timo Kreuzer
Am 16.11.2011 16:12, schrieb victor martinez: The Total Commander comboboxes for the left and right drive list are Unicode. However, Total Commander calls SendMessage(handle,CB_ADDSTRING,0,(LPARAM)ansitext); to add items as ANSI text. This seems to work, but it's adding some extra text at the

Re: [ros-dev] SendMessageW doubt/bug with ANSI LPARAM.

2011-11-16 Thread victor martinez
for your time VĂ­ctor Date: Wed, 16 Nov 2011 21:14:07 +0100 From: timo.kreu...@web.de To: ros-dev@reactos.org Subject: Re: [ros-dev] SendMessageW doubt/bug with ANSI LPARAM. Am 16.11.2011 16:12, schrieb victor martinez: The Total Commander comboboxes