When I set the Window State of my form to Maximized. It become full screen and goes behind the task bar. Is it possible to make it stop to the taskbar?
Printable View
When I set the Window State of my form to Maximized. It become full screen and goes behind the task bar. Is it possible to make it stop to the taskbar?
Set the BorderStyle property to : 2-Sizable.
Rufen
No, you set the BorderStyle property to 0 - None. It's already sizable by default. Now it should be over the taskbar. ;)
Do you want it to cover the taskbar, or stop at the top of the taskbar with the taskbar showing?Quote:
Originally Posted by Gensor
I want it to stop at the top of the taskbar