In Code
Put the following code into your form's Load() method like below.
private void Form1_Load(object sender, EventArgs e) { this.FormBorderStyle = FormBorderStyle.None; this.WindowState = FormWindowState.Maximized; }In Designer View Set FormBorderStyle to None and WindowState property to Maximized
FullScreen in SureLock StudioSureLock Studio