Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
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}.
Today is November 21, 2024, 8:11 am This article has been viewed 35203 times.
|
|