原文:wpf 状态栏图标背景闪烁提醒 FlashWindowEx using System; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Interop; namespace XCommon { public static class WindowExtensions { #region Window Flashing API Stuff private const UInt32…