杯具程序员
为系统而生,为框架而死,为debug奋斗一辈子;
     吃符号的亏,上大小写的当,最后死在需求上。

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 2011-08-05 18:02  杯具程序员  阅读(2700)  评论(0编辑  收藏  举报