Re: user32/tests: add tests for WM_SETICON
16 Jan
2007
16 Jan
'07
4:54 a.m.
"Kirill K. Smirnov" <lich(a)math.spbu.ru> wrote:
+ /* Message sequences for WM_SETICON */ + hwnd = CreateWindowExA(0, "TestWindowClass", NULL, + WS_OVERLAPPEDWINDOW, + CW_USEDEFAULT, CW_USEDEFAULT, 300, 300, 0, + NULL, NULL, 0); + flush_sequence(); + SendMessage(hwnd, WM_SETICON, ICON_SMALL, (LPARAM)LoadIcon(0, IDI_APPLICATION)); + ok_sequence(WmSetIcon, "WM_SETICON for window with caption", FALSE);
This code doesn't show behaviour of a more interesting case - a visible window. -- Dmitry.
6910
Age (days ago)
6910
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov