this.SetVisibleCore(false);
            
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            
this.WindowState = FormWindowState.Maximized;
            
this.SetVisibleCore(true);

 

posted on 2011-03-30 11:41  WPF之家  阅读(193)  评论(0)    收藏  举报