Hey I got a form which has no form border style. The problem is, when I run my maximise code the form covers the whole screen including the start bar. Is there anyway around this?
Obviously when you click the form border's maximise button it fits nicely with the start bar but if I run this code...
Me.WindowState = FormWindowState.Maximized
it will fill up the screen.
Any Solutions?
Thanks