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
"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,