Re: user32: Partially implement FlashWindowEx with tests (try 2)
May 23, 2011
6: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
5421
Age (days ago)
5421
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard