Download ApplicationContextExample.zip, last updated 26/08/2013 (55.70 KB)

Download
  • md5: 672e52b457e869f33e5ad810cdf69182
using System;
using System.Drawing;
using System.Windows.Forms;

namespace ApplicationContextExample
{
  public partial class StatusWindow : Form
  {
    #region Constructors

    public StatusWindow()
    {
      InitializeComponent();
    }

    #endregion

    #region Overridden Members

    protected override void OnLoad(EventArgs e)
    {
      this.Location = new Point(Screen.PrimaryScreen.WorkingArea.Right - this.Width, Screen.PrimaryScreen.WorkingArea.Bottom - this.Height);

      base.OnLoad(e);
    }

    #endregion
  }
}

Donate

Donate