郑德才博客 记录学习,记录工作,学习知识分享!

C# 窗口全屏

private void Form1_Load(object sender, EventArgs e)
{
this.SetVisibleCore(false);
this.FormBorderStyle = FormBorderStyle.None;
this.WindowState = FormWindowState.Maximized;
this.SetVisibleCore(true);
}
2012年4月2日 | 发布:郑德才博客 | 分类:学习之路 | 评论:1

留言列表:

  • 影楼营销 发布于 2012/4/3 10:30:38  回复
  • 谢谢博主分享了啊

发表留言: