C#设置窗口在右下角显示

            int x = System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Size.Width - this.Width;
            int y = System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Size.Height - this.Height;
            this.SetDesktopLocation(x, y);
posted @ 2015-01-20 14:35  donsy  阅读(2658)  评论(0编辑  收藏  举报