Menu

#362 Capture FlashWindowEx() events

open
nobody
None
5
2011-05-09
2011-05-09
No

Would it be possible for Console to "intercept" FlashWindowEx() events from the underlying consoles and flash the window title and/or tab accordingly?

In other words: I use a text-mode application that at some point runs

FlashWindowEx(GetConsoleWindow(), FLASHW_ALL, .....);

If I run it in a standard windows cmd window, this makes the window flash; within Console, nothing happens. Can this be improved?

Discussion


Log in to post a comment.