我是C#的新手,任何帮助都非常感激.
解决方法 您需要将Startposition设置为手动,以使表单设置开始位置为“位置属性”中的值.public Form1(){ InitializeComponent(); this.Startposition = FormStartposition.Manual; this.Location = new Point(0,0);}
FormStartposition.Manual的Intelisense总结
总结FormStartposition FormStartposition.Manual
The position of the form is determined by the System.windows.Forms.Control.Location property.
以上是内存溢出为你收集整理的如何在C#Windows窗体的左上角放置开头窗体?全部内容,希望文章能够帮你解决如何在C#Windows窗体的左上角放置开头窗体?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)