Questions tagged [flashwindowex]
7 questions
3
votes
1 answer
How to detect if window is flashing
I'm using FlashWindowEx() to flash an application window when it needs to attract a user's attention. The window caption and taskbar button flashes continuously until the application receives focus. How can I check whether the application is…

Skrealin
- 1,114
- 6
- 16
- 32
2
votes
1 answer
Using FlashWindowEx in a CMD batch file
I have a CMD batch file which takes a long time to process and I wish to alert the user that some input is required by flashing the CMD window.
This example works great in powershell but if I try to compile it from within CMD by
powershell -c…

jeffp
- 25
- 5
1
vote
1 answer
How can I flash the taskbar from a partial trusted .NET application?
I'd like to flash the taskbar (as described here for example), but I can't P/Invoke FlashWindowEx (or anything else, for that matter) in the security context my application is running in.
Is there another way to get the taskbar to flash? If not,…

Brann
- 31,689
- 32
- 113
- 162
1
vote
1 answer
How can I programmatically determine if an application is flashing in the taskbar
I can use "FlashWindowEx" to make a window flash in the taskbar, but what can I call to determine if that has been done to a window? Is there a flag that gets set somewhere that I can query?

Jon Tackabury
- 47,710
- 52
- 130
- 168
0
votes
1 answer
Flashing a window
I am using flashwindowex winapi in my c# application to flash the IE window in icon tray. The code is running fine when I am adding a breakpoint in the code and running in debug. But the same code is not working when the breakpoint is removed.
It's…

bhupesh joshi
- 13
- 4
0
votes
0 answers
Change the color of blinking in the taskbar using FlashWindowEx
Is it possible to change the color of the blinking in the taskbar in FlashWindowEx by programmation. I know you can change it if you change your theme.

Francis Groleau
- 344
- 4
- 14
0
votes
2 answers
Flash ShowMessage(Pos) or any other predefined window in Dialogs unit in Delphi for Post-WInXP OS
This is approach I found for Tray ... :
http://www.programmersheaven.com/mb/delphikylix/257563/257563/how-can-i-make-a-system-tray-flash/
Does the same technique works for Dialogs ( as they are forms with addition params, in fact )?
Or I can do it…

HX_unbanned
- 583
- 1
- 15
- 51