摘要: using System.Runtime.InteropServices; public partial class frmMain : Form { [DllImport("User32.dll")] private static extern IntPtr GetWindowDC(IntPtr hwnd); [... 阅读全文
posted @ 2012-01-09 14:01 SpeakHero 阅读(940) 评论(0) 推荐(0) 编辑