[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] How to flash the icon in the Windows taskbar?

I have a background shell that periodically gets data displayed in it. I'd
like its icon in the Windows taskbar to flash when it gets new data. Just like


FlashWindowEx(
 PFLASHWINFO pfwi
);

in Windows API.
Does anyone know how to do this?