Re: user32/tests: Add tests for STM_SETIMAGE and STM_SETICON messageprocessing

2009-09-22 Thread Ilya Shpigor
On Tuesday 22 September 2009 06:53:31 you wrote: > > +SendMessageW(hStatic, STM_SETIMAGE, (WPARAM)IMAGE_ENHMETAFILE, > > (LPARAM)hemf); +res = SendMessageW(hStatic, STM_SETIMAGE, > > (WPARAM)IMAGE_ENHMETAFILE, (LPARAM)hemf); +ok(!res, "expected NULL > > got 0x%lx\n", res); > > Is there

Re: user32/tests: Add tests for STM_SETIMAGE and STM_SETICON messageprocessing

2009-09-21 Thread Dmitry Timoshkov
"Ilya Shpigor" wrote: +SendMessageW(hStatic, STM_SETIMAGE, (WPARAM)IMAGE_BITMAP, (LPARAM)hbm); +res = SendMessageW(hStatic, STM_SETIMAGE, (WPARAM)IMAGE_BITMAP, (LPARAM)hbm); +ok(!res, "expected NULL got 0x%lx\n", res); + +SendMessageW(hStatic, STM_SETIMAGE, (WPARAM)IMAGE_ICON,