Form overlaps taskbar when maximized
How do I prevent the form from overlapping the taskbar when I maximize it?
I do have the formborderstyle set as none because i'm working on the form from scratch.
I am using this.WindowState = FormWindowState.Maximized to maximize the form.