winfrom 窗口起始位置为屏幕中央

Posted Blogger

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了winfrom 窗口起始位置为屏幕中央相关的知识,希望对你有一定的参考价值。

窗口起始位置为屏幕中央
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;

 

获取鼠标触发事件光标位置
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
Location = new Point(Cursor.Position.X, Cursor.Position.Y)

以上是关于winfrom 窗口起始位置为屏幕中央的主要内容,如果未能解决你的问题,请参考以下文章

在WPF中弹出winfrom窗体怎么设置出现位置

winfrom。布局

html中怎么让div层固定在屏幕中央右边500像素的位置

C# winfrom 窗体的StartPosition 属性

Swing基础操作(慢更)

像素定位工具