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