gpt4 book ai didi

c# - 将窗口位置设置在中心

转载 作者:行者123 更新时间:2023-11-30 20:54:28 25 4
gpt4 key购买 nike

我已将开始位置设置为 VS2012 屏幕右上角附近的手动位置。我试图稍后通过单击将此窗口设置在中心,但无论我做什么,它都不会在中心..我该怎么做?

最佳答案

只需将这段代码添加到您的按钮点击事件中,

this.Location = new Point((SystemInformation.PrimaryMonitorSize.Width - this.Width) / 2, (SystemInformation.PrimaryMonitorSize.Height - this.Height) / 2);

关于c# - 将窗口位置设置在中心,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19075261/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com