Positioning a custom WPF window

100 Views Asked by At

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 :)

0

There are 0 best solutions below