The Windows API (Win32) has the FlashWindowEx method within the User32 library; this method allows you (the developer) to Flash a Window, signifying to the user that some major event occurred within the application that requires their attention. The most common use of this is to flash the window until the user returns focus to the application. However, you can also flash the window a specified number of times, or just keep flashing it until you decide when to stop.
The use of the FlashWindowEx ...
[More]
bbbd744b-f793-45ce-9036-a6518b5f7db8|15|4.9
Win32API
win32, .net framework, windows, c#