Re: user32: Partially implement FlashWindowEx with tests (try 2)
23 May
2011
23 May
'11
7:17 p.m.
André Hentschel <nerv(a)dawncrow.de> writes:
+ for (i=0; i<pfwi->uCount + 1; i++) + { + FlashWindow(pfwi->hwnd, TRUE); + Sleep(msecs); + FlashWindow(pfwi->hwnd, FALSE); + Sleep(msecs); + }
I don't think you want to hang the app that way. -- Alexandre Julliard julliard(a)winehq.org
5407
Age (days ago)
5407
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard