public Form1()
{
InitializeComponent();
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
//this.WindowState=FormWindowState.Maximized;
this.ShowInTaskbar = false;
this.SetVisibleCore(false);
this.FormBorderStyle = FormBorderStyle.None;
this.SetVisibleCore(true);
}