Sergey Guralnik serhio@etersoft.ru writes:
Alexandre Julliard writes:
There's no reason to test just WM_SIZE when we have support for testing full sequences. Once again, what are you trying to test?
I only try to test that combobox should send WM_SIZE to it's wndproc during WM_WINDOWPOSCHANGED handling.
Then just do a SetWindowPos and test the message sequence. There are plenty of examples in that file.