标签:
FlashWindow(this.Handle, true);
需要引用
[DllImport("user32")] private static extern long FlashWindow(IntPtr handle, bool bInvert);
然后设置一个计时器 使其循环闪烁
代码实现长提闪烁
原文地址:http://www.cnblogs.com/xzh1993/p/4192917.html