4

I already set this.WindowState = FormWindowState.Maximized; and everything looks ok but the Windows open-window icons (such as my browser at the bottom of the page) is still visible.

How to make it invisible?

Carsten
  • 11,287
  • 7
  • 39
  • 62
electricalbah
  • 2,227
  • 2
  • 22
  • 36
  • I think the word you are looking for is "full screen" (like when you press F11 in a browser). – lc. Mar 01 '13 at 06:17

1 Answers1

3

I just figured out the answer TopMost must be set to true together with FormBorderStyle = FormBorderStyle.None and Bounds = Screen.PrimaryScreen.Bounds.

Habib
  • 219,104
  • 29
  • 407
  • 436
electricalbah
  • 2,227
  • 2
  • 22
  • 36