Is there a way to tell whether my application is active i.e. any of its windows has .IsActive=true?
I\'m writing messenger app and want it to flash in taskbar when it is
You can subscribe to Main Window's Activated event, and then do whatever you want. Can you give it a try?