How do I determine which application / taskbar windows are requesting the user's attention?

I would like to know how to get a list of windows requiring user attention from the Windows taskbar. Windows requiring attention appear flashing orange in the Windows taskbar.

Unframed MSN Messenger chat windows are a good example of this behavior: they turn orange as soon as the remote user sends an instance message.

My code targets the Windows 7 platform, but will work fine with an older Windows OS too.

+2


a source to share


1 answer


I believe that the HSHELL_FLASH that you get notified about by calling RegisterShellHookWindow is what you want.



+2


a source







All Articles