` Printed Icetips Article

Icetips Article



Par2: Flashing window - FlashWindow API call
1998-04-29 -- Devan Sabaratnam
 
It's been a while since I used this API call, but I think the best way to do it is create
a 
source code embed point on the OpenWindow event, then try the following line:

    FlashWindow(window{Prop:Handle}, 1)

The 1 as the second parameter starts the windows flashing, and if you put a 0 in there, 
then it stops flashing.  Of course, if the label for your window is different, then
substitute 
it in the first parameter.  e.g. if your windows was called 'WarningWindow' then use 
WarningWindow{Prop:Handle}.



Printed May 2, 2024, 6:13 pm
This article has been viewed/printed 35116 times.