摘要:
//引入API函数 [DllImportAttribute("user32.dll")] public static extern int FindWindow(string ClassName,string WindowName); [DllImport("user32.dll")] public static extern int ShowWindow(int handle, int ... 阅读全文
posted @ 2009-10-15 13:19
随便取个名字算了
阅读(911)
评论(0)
推荐(0)