this.FormBorderStyle = FormBorderStyle.None;
this.Location=Screen.PrimaryScreen.WorkingArea.Location;
this.Width = Screen.PrimaryScreen.WorkingArea.Width;
this.Height = Screen.PrimaryScreen.WorkingArea.Height;

 

相关文章:

  • 2021-12-05
  • 2022-12-23
  • 2021-06-08
  • 2021-05-18
  • 2022-12-23
  • 2022-12-23
  • 2022-02-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案