The FlashWindow function flashes the specified window once.
BOOL FlashWindow(
HWND hWnd, |
// handle to window to flash |
BOOL bInvert |
// flash status |
); |
The return value specifies the window’s state before the call to the FlashWindow function. If the window was active before the call, the return value is nonzero.
If the window was not active before the call, the return value is zero.
Flashing a window means changing the appearance of its caption bar as if the window were changing from inactive to active status, or vice versa. (An inactive caption bar changes to an active caption bar; an active caption bar changes to an inactive caption bar.)
Typically, a window is flashed to inform the user that the window requires attention but that it does not currently have the keyboard focus.
The FlashWindow function flashes the window only once; for repeated flashing, the application should create a system timer.
file: /Techref/os/win/api/win32/func/src/f25_3.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/8 08:59,
18.216.251.190:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/os/win/api/win32/func/src/f25_3.htm"> FlashWindow</A> |
Did you find what you needed? |