摘要:
private void Form1_Load(object sender, EventArgs e) { Rectangle ScreenArea = System.Windows.Forms.Screen.GetWorkingArea(this);//GetWorkingArea()检索显示器的 阅读全文
posted @ 2023-09-22 09:49
hack747
阅读(1191)
评论(0)
推荐(0)
摘要:
c# winform窗体,点击窗体标题头可以拖动,如果鼠标点击在里面的panel的时候就没有这个效果了,以下实现拖动的方法。 转载自醉低调 public partial class Form1 : Form { public Form1() { InitializeComponent(); } [D 阅读全文
posted @ 2023-09-22 09:39
hack747
阅读(930)
评论(0)
推荐(0)