F Flare Jul 6, 2004 #1 Hi Anyone know how to make a form fullscreen with no startbar etc.? Regards Anders, Denmark
B Bob Jul 6, 2004 #2 Hi Anders, Add these 3 lines: this.FormBorderStyle = FormBorderStyle.None; this.WindowState = FormWindowState.Maximized; this.TopMost = true;
Hi Anders, Add these 3 lines: this.FormBorderStyle = FormBorderStyle.None; this.WindowState = FormWindowState.Maximized; this.TopMost = true;