任务栏闪烁

using System.Runtime.InteropServices;
--------------------------  
[DllImport("user32.dll")]
  public static extern bool FlashWindow(
   IntPtr hWnd,     // handle to window
   bool bInvert   // flash status
   );
----------------------------------   
FlashWindow(handle,true);//闪烁
posted on 2008-10-12 01:02  原始部落  阅读(442)  评论(0编辑  收藏  举报