摘要: 绝对路径=Application.StartupPath + "文件相对路径";(注意转义字符\\) 阅读全文
posted @ 2016-09-28 12:50 冲天小肥牛 阅读(109) 评论(0) 推荐(0) 编辑
摘要: //窗体移动API [DllImport("user32.dll")] public static extern bool ReleaseCapture(); [DllImport("user32.dll")] public static extern bool SendMessage(IntPtr hwnd, int wMsg, int wParam, int IParam); public ... 阅读全文
posted @ 2016-09-28 12:47 冲天小肥牛 阅读(331) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Ru... 阅读全文
posted @ 2016-09-28 12:45 冲天小肥牛 阅读(2302) 评论(1) 推荐(0) 编辑