摘要: 自定义 做一个窗体 实现 鼠标拖动View Code private const int WM_SYSCOMMAND = 0x112;private System.Windows.Interop.HwndSource _HwndSource;public static IntPtr WndProc(IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled){switch (msg){case 0x0024:/* WM_GETMINMAXINFO 这个是Windows消息代码,是指窗口大小或位置的改变,每个不同的消息 阅读全文
posted @ 2013-03-28 14:19 su_li 阅读(168) 评论(0) 推荐(0) 编辑