//没有标题
           
this.FormBorderStyle =
FormBorderStyle.None;
           
//任务栏不显示
           
this.ShowInTaskbar = false;

相关文章:

  • 2022-12-23
  • 2021-09-22
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2022-02-01
  • 2021-06-11
猜你喜欢
  • 2022-12-23
  • 2021-12-28
  • 2022-01-16
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2021-07-24
相关资源
相似解决方案