Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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, 7:18 am This article has been viewed 35202 times.
|
|