D
D
daniel12014-04-13 12:43:39
C++ / C#
daniel1, 2014-04-13 12:43:39

C# applications in full screen

How to make a Windows Forms/WPF application display full screen without a border?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Eugene, 2014-04-13
@daniel1

For Windows Forms:

this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.WindowState = FormWindowState.Maximized;

V
Vladislav Grechishkin, 2014-04-13
@vladiheg

Why else scribble extra code. Isn't it easier to set everything in the Studio in the window properties ???

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question