C#dllimport调用C#调用Win32
C#dllimport调用C#调用Win32闪烁窗体的调用
下载地址
用户评论
这个挺好用的啊
资料不错,对本人来说...
以下就是核心代码,好坑啊………… [DllImport("User32")] public static extern bool FlashWindow(IntPtr hWnd, bool bInvert); FlashWindow(this.Handle, true);