Displaying form at position

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

how can I create a form that is always displayed at the right bottom of the
screen (just above the systray)?

Thanks,

Peter
 
Peter,
how can I create a form that is always displayed at the right bottom of the
screen

Use the System.Windows.Forms.Screen class and its WorkingArea to
figure out the area of the screen not occupied buy appbars. Set your
forms Location and StartPosition properties before showing it.

(just above the systray)?

Keep in mind that not everyone has their taskbar at the bottom of the
screen.


Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top