Hi all,
I'm using WPF
I would like that my windows take the entire screen of all the screen.
If I use the code snippet :
WindowState = WindowState.Normal;
WindowStyle = WindowStyle.None;
Topmost = true;
WindowState = WindowState.Maximized;
it takes only the active screen. How to fill all the screen ?
thanks for your help