NiboOl的天空
C#随笔
摘要: 命名空间using System.Runtime.InteropServices;DLL调用[DllImport("user32.dll")]public static extern bool ReleaseCapture();[DllImport("user32.dll")]public static extern bool SendMessage(IntPtr hwnd, int wMsg, ... 阅读全文
posted @ 2007-06-17 18:25 王鲁彬 阅读(195) 评论(0) 推荐(0)