2008年11月2日
摘要: 遇到这个问题,解决如下: 1.引入命名空间 using System.Runtime.InteropServices; 2. [DllImport("user32.dll")] public static extern bool ReleaseCapture(); [DllImport("user32.dll")] public static extern... 阅读全文
posted @ 2008-11-02 23:40 markbum 阅读(172) 评论(0) 推荐(0)