AndrĂ© Hentschel <[email protected]> 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
[email protected]


Reply via email to