nao achei nada sobre FlashWindowEx
ow, me ajuda por favor, me dah um endereço q fale sobre isso e talz, me explica por favor...
valeu
valeu
Sergio Luiz
Curtidas 0
Respostas
4_olho
24/08/2003
Uma rápida busca no Google trouxe 382 endereços, dentre os quais encontrei a seguinte informação :
FlashWindowEx
The FlashWindowEx function flashes the specified window. It does not change the active state of the window.
BOOL FlashWindowEx(
PFLASHWINFO pfwi
);
Parameters
pfwi
[in] Pointer to the FLASHWINFO structure.
Return Values
The return value specifies the window´s state before the call to the FlashWindowEx function. If the window caption was drawn as active before the call, the return value is nonzero. Otherwise, the return value is zero.
Remarks
Typically, you flash a window to inform the user that the window requires attention but does not currently have the keyboard focus. When a window flashes, it appears to change from inactive to active status. An inactive caption bar changes to an active caption bar; an active caption bar changes to an inactive caption bar.
Requirements
Client: Included in Windows XP, Windows 2000 Professional, Windows Me, and Windows 98.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Header: Declared in Winuser.h; include Windows.h.
Library: Use User32.lib.
See Also
Error Handling Overview, Error Handling Functions, FLASHWINFO
GOSTEI 0