C# 鼠标点击移动窗体代码,可以实现无边框窗体的拖动
摘要:
private static bool IsDrag = false; private int enterX; private int enterY; private void setForm_MouseDown(object sender, MouseEventArgs e) { IsDrag = 阅读全文
posted @ 2017-09-01 02:54 邓疯子 阅读(2677) 评论(1) 推荐(1) 编辑