C#点击窗口任意位置拖动窗口代码(真实有效)
网上找了半天, 实在是受不了了, 算法和代码自己摸出来了, 别问为什么, 拿走不谢using System.Drawing; //point 要用这个using System.Windows.Forms;namespace Example{ public partial class FormThreeShow : Form { private static bool ...
原创
2019-05-08 02:46:59 ·
3605 阅读 ·
4 评论