FlashWindow(this.Handle, true);
需要引用
[DllImport("user32")] private static extern long FlashWindow(IntPtr handle, bool bInvert);
然后设置一个计时器 使其循环闪烁
时间: 2024-12-16 07:08:01
FlashWindow(this.Handle, true);
需要引用
[DllImport("user32")] private static extern long FlashWindow(IntPtr handle, bool bInvert);
然后设置一个计时器 使其循环闪烁