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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top