G Guest Jul 30, 2005 #1 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?
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 m.posseth Jul 30, 2005 #2 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]
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]
D Dragon Jul 31, 2005 #3 Hi, If you set Form's TopMost to True, WindowState to Maximized, and FormBorderStyle to None, it will be fullscreen.
Hi, If you set Form's TopMost to True, WindowState to Maximized, and FormBorderStyle to None, it will be fullscreen.