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