E
Elp
Hi,
I'd like to display the main form of my application full-screen on demand.
I've looked in google groups and found several topics related to this
problem, the solution being to set the form's FormBorderStyle to none and
its WindowState to maximised.
I've tried that on a very simple form with just one menu and some buttons
and it worked fine. However, when i do that on my main form, the task bar is
not hidden! I've also tried to set the TopMost property to true as well as
the TopLevel property... no changes. I wonder why this works with a simple
form and not with my main form (which contains a status bar, tabs, web
browser controls...).
Any idea to lead my on the right track? Maybe an alternative solution to
display a form full-screen?
Thanks
I'd like to display the main form of my application full-screen on demand.
I've looked in google groups and found several topics related to this
problem, the solution being to set the form's FormBorderStyle to none and
its WindowState to maximised.
I've tried that on a very simple form with just one menu and some buttons
and it worked fine. However, when i do that on my main form, the task bar is
not hidden! I've also tried to set the TopMost property to true as well as
the TopLevel property... no changes. I wonder why this works with a simple
form and not with my main form (which contains a status bar, tabs, web
browser controls...).
Any idea to lead my on the right track? Maybe an alternative solution to
display a form full-screen?
Thanks