摘要: [System.Runtime.InteropServices.DllImport("user32.dll")] static extern int PostMessageA(IntPtr h, int msg, int wp, int lp); void 文本_投递(IntPtr h,string str) { byte[] ... 阅读全文
posted @ 2017-03-25 14:15 c#菜鸟之行 阅读(2096) 评论(0) 推荐(0) 编辑