2013年11月28日

摘要: 网上和书上大致有两种方法,各有长短吧。 一种是使用Windows API://需添加using System.Runtime.InteropServices;[DllImport("user32.dll")]public static extern bool ReleaseCapture();[DllImport("user32.dll")]public static extern bool SendMessage(IntPtr hwnd, int wMsg, int wParam, int lParam); //......private void F 阅读全文
posted @ 2013-11-28 11:51 CYlamg 阅读(287) 评论(0) 推荐(0)

2013年11月20日

摘要: 阅读全文
posted @ 2013-11-20 15:41 CYlamg 阅读(145) 评论(0) 推荐(0)

导航