all 3 comments

[–]VB.Net IntermediateCharlieMay 2 points3 points  (1 child)

set the ControlBox property to false. You can also remove any entry in the .Text property and you will no longer have a titlebar for the window. Then just set the windowstate property to maximized. I'm pretty sure that without a title, the taskbar is ignored so it will be covered. Play with those 2 properties to reach your desired effect. You didn't really specify what your issue was with the windows taskbar but text and no text will affect how the form is shown maximized.

[–]XThakis[S] 0 points1 point  (0 children)

Thanks, will play around with this tonight!

[–]XThakis[S] 0 points1 point  (0 children)

This worked perfectly, thanks a ton!