FullScreen

  • Thread starter Thread starter BJ
  • Start date Start date
B

BJ

Hi,

How do I make my program so that it will be full screen and hide the menu
taskbar? right now it is fullscreen but the menu taskbar is in the way.
 
Hi BJ
you can simply set the Topmost property to true and this will make your
from hide the menu taskbar
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 
Hi Mohamoss,

If you simply set the topmost porperty to true it won't cover the the
taskbar. It will cover all the windows on the screen but not the taskbar.
The working area (where the windows are placed excludes the taskbar).

Windows hides the taskbar automatically when:
1. The window is maximized
2. The client area is big enough to cover the entire screen.

It is easier to meet those requirements when the form is bordless and
without caption, but it is not a must.
 
Back
Top