`
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 November 23, 2024, 2:27 am This article has been viewed/printed 35205 times. |