Steven Edwards steven_ed4153@yahoo.com writes:
Hi,
--- Alexandre Julliard julliard@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.