no taskbar or menu bar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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,

If you set Form's TopMost to True, WindowState to Maximized, and
FormBorderStyle to None, it will be fullscreen.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top