I have a custom window in WPF. In this windows I have removed the non-client areas to remove the default min,max,close buttons, default title bar and the default icon.
Now I want to:
- Enum the screens so I can select a screen to display may window.
- Query the screen about the available area to use.
- position my window on a specific screen with a specific size.
Too many questions sorry, I'm a newbie in WPF :)