hi, how can i make my windows form not show the start menu or any menu for
that matter so it will essentially be full screen?
m.posseth - 30 Jul 2005 23:45 GMT
See my answer in the full screen thread
as i said it was possible on previous versions of windows ( just do a Google
on hiding the taskbar )
however on newer versions ( i just tried them all , on my dev system ) it
does not work ( I have win 2003 server 64 bit )
regards
Michel Posseth [MCP]
> hi, how can i make my windows form not show the start menu or any menu for
> that matter so it will essentially be full screen?
Dragon - 31 Jul 2005 16:34 GMT
Hi,
If you set Form's TopMost to True, WindowState to Maximized, and
FormBorderStyle to None, it will be fullscreen.
> hi, how can i make my windows form not show the start menu or any menu for
> that matter so it will essentially be full screen?