System.Drawing.Rectangle r = System.Windows.Forms.Screen.GetWorkingArea(recForm);
recForm.Location = new System.Drawing.Point(r.Right - recForm.Width, r.Bottom - recForm.Height);
recForm.Show();
posted on 2010-10-25 09:57
天書 閱讀(1705)
評(píng)論(0) 編輯 收藏 引用