C#中..怎么设置一个窗口打开进在屏幕中出现的位置..
2013-06-03
展开全部
System.Windows.Forms.SystemInformation.WorkingArea.Width 屏幕宽度System.Windows.Forms.SystemInformation.WorkingArea.Height屏幕高度(去系统任务栏,如果你有的话)
this.Size.Width自己窗体的宽度,this.Size.Width自己窗体的高度
this.Location自己窗体左上角相当于屏幕左上角的位置,根据上面的数据算出位置给这个值赋值就可以了。
比如this.Location=new Size(System.Windows.Forms.SystemInformation.WorkingArea.Width-this.Size.Width,0);
就是屏幕右边最上方
this.Size.Width自己窗体的宽度,this.Size.Width自己窗体的高度
this.Location自己窗体左上角相当于屏幕左上角的位置,根据上面的数据算出位置给这个值赋值就可以了。
比如this.Location=new Size(System.Windows.Forms.SystemInformation.WorkingArea.Width-this.Size.Width,0);
就是屏幕右边最上方
2013-06-03
展开全部
找到窗口属性中的:position state来作设置
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-06-03
展开全部
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
在屏幕居中
在屏幕居中
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询