Helpful to verify reports of your own downtime, or to double check a downed website you are trying to access.
One of a set of tools we are providing to everyone as a way of saying thank you for being a part of the community.
Then position your form at:
Form1.Width = Screen.Width - Form1.Width - 15
Form1.Height = Screen.Height - Form1.Height - 50
Tweak the number at the end to take into account borders on your form, and the taskbar at the bottom of the screen.
Then you can size your form to be whatever size you like and it should appear in the bottom right corner.
You may also want to set your borderstyle to "None" or "Toolbar" so that the border isn't quite as thick and in the way.