摘要:
加入命名空间:using System.Runtime.InteropServices;using System.Security.Cryptography;[DllImport("user32.dll")] public static extern bool ReleaseCapture(); [DllImport("user32.dll")] public static extern bool SendMessage(IntPtr hwnd, int wMsg, int wParam, int lParam); public cons... 阅读全文