摘要: using System;using System.Collections.Generic;using System.Linq;using System.Runtime.InteropServices;using System.Text;using System.Threading;using Sy 阅读全文
posted @ 2016-05-11 20:07 小小高 阅读(5112) 评论(0) 推荐(0)
摘要: /// /// 根据类名和窗口名获取句柄 /// /// /// /// [DllImport("user32.dll")] public static extern IntPtr FindWindow(string lpClassName, string lpWindowN... 阅读全文
posted @ 2016-05-11 20:05 小小高 阅读(499) 评论(0) 推荐(0)