首页 > 代码库 > 代码实现长提闪烁

代码实现长提闪烁

FlashWindow(this.Handle, true);

需要引用

[DllImport("user32")]        private static extern long FlashWindow(IntPtr handle, bool bInvert);

然后设置一个计时器 使其循环闪烁

代码实现长提闪烁