摘要: IntPtr hWnd = new WindowInteropHelper(Application.Current.MainWindow).Handle; IntPtr hWndProgMan = FindWindow("Progman", "Progr... 阅读全文
posted @ 2015-11-26 15:14 liulun 阅读(5953) 评论(4) 推荐(2) 编辑
摘要: [StructLayout(LayoutKind.Sequential)] public struct WindowRect { public int left; public int top; publi... 阅读全文
posted @ 2015-11-26 15:13 liulun 阅读(1414) 评论(0) 推荐(0) 编辑