摘要:
网上和书上大致有两种方法,各有长短吧。 一种是使用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)

浙公网安备 33010602011771号