摘要: #region 无焦点窗体 [System.Runtime.InteropServices.DllImport("user32.dll")] private extern static IntPtr SetActiveWindow(IntPtr handle); private const int WM_ACTIVATE = 0x006; private const int WM_ACT... 阅读全文
posted @ 2017-02-03 17:45 hi..... 阅读(119) 评论(0) 推荐(0)