摘要: [DllImport("user32.dll", EntryPoint="SendMessageA")] private static extern int SendMessage(IntPtr hwnd, uint wMsg, uint wParam, uint lParam); ... 阅读全文
posted @ 2014-07-11 15:49 oszhouzhb 阅读(505) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Drawing;using System.Windows.Forms;namespace zhbCapture{ /// /// Description of Utils. /// public class Utils { public st... 阅读全文
posted @ 2014-07-11 15:39 oszhouzhb 阅读(264) 评论(0) 推荐(0) 编辑