Check taskbar flashing
-
Is it possible to check the taskbar for all programs that are flashing / highlighted? Thanks!
You can get the active window using GetActiveWindow API defined in user32.dll You will have to periodically check for the active window.
-
Is it possible to check the taskbar for all programs that are flashing / highlighted? Thanks!
-
I don't think there is a way to see if it's flashing. You can make it flash[^] if you want though.
Take care, Tom ----------------------------------------------- Check out my blog at http://tjoe.wordpress.com
-
It's a long shot, but this article[^] may help you get the flashing state. Once you have the toolbar button, you maybe able to find a Win32 api function that gets the flashing state of the toolbar button.
Take care, Tom ----------------------------------------------- Check out my blog at http://tjoe.wordpress.com