摘要: [DllImport("CoreDll.dll", EntryPoint = "GetDesktopWindow")] public static extern IntPtr GetDesktopWindow(); [DllImport("CoreDll.dll", EntryPoint = "GetSystemMetrics")] public static extern int GetSyst... 阅读全文
posted @ 2010-04-28 13:47 lmllouk 阅读(343) 评论(0) 推荐(0)