Hi
I want to maximsie a vb form, but when i do this, the form takes over the whole screen and i would like the tool/task bar at the bottom to still be visible.
Does anyone know a way of doing this?
Thanks
Sarah
Printable View
Hi
I want to maximsie a vb form, but when i do this, the form takes over the whole screen and i would like the tool/task bar at the bottom to still be visible.
Does anyone know a way of doing this?
Thanks
Sarah
it should only cover over the taskbar if the form has no border
Maximized forms doesn't overlap the taskbar... check taskbar's property and make sure that always on top check box is checked..