FlashwindowEx API Call...
Posted: Thu Dec 23, 2010 5:36 pm
I am needing to have a window "flash" in the task bar. Similar to chat programs that notify you that you have an active chat, but the window is minimized to the taskbar and the window requires a response but does not restore itself. It just blinks.
I read that the Flashwindow API makes the program in the taskbar flash, but I still don't always understand how to make the PB-API calls that are not part of the standard API calls.
Does anyone have some simple code that they can supply me with to get it started?
Here is the code from MSDN:
BOOL WINAPI FlashWindowEx(
__in PFLASHWINFO pfwi
);
Thanks Gang!
I read that the Flashwindow API makes the program in the taskbar flash, but I still don't always understand how to make the PB-API calls that are not part of the standard API calls.
Does anyone have some simple code that they can supply me with to get it started?
Here is the code from MSDN:
BOOL WINAPI FlashWindowEx(
__in PFLASHWINFO pfwi
);
Thanks Gang!