Is there a correct way in Windows Forms to flash a titlebar without having to drop to P/Invoking FlashWindow?
I’m using .NET 2.0 for compatibility and size reasons, so maybe I just missed the method because it’s in newer versions of the .NET framework.
No, I dont think so. PInvoking the
FlashWindowExmethod is the only way I think.