15 Mar
2005
15 Mar
'05
7:13 p.m.
Steven Edwards <steven_ed4153(a)yahoo.com> writes:
Hi,
--- Alexandre Julliard <julliard(a)winehq.org> wrote:
The IsWindow check is useless, what you need is to verify that it's really a combobox. The right way to do that is probably to send a CB_GETCOMBOBOXINFO message instead.
How about something like this instead?
Much worse, the class name is not a valid way of checking the Windows type. You really need to send a message. -- Alexandre Julliard julliard(a)winehq.org