行者的学习博客

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2009年5月17日

摘要: using System; using System.Diagnostics; using System.Runtime.InteropServices; namespace ConsoleApplication3 { class Program { [DllImport("user32.dll", EntryPoint = "FindWindow")] extern static In... 阅读全文
posted @ 2009-05-17 16:56 ylclass 阅读(871) 评论(0) 推荐(0) 编辑