How do you set the StartPosition of a Windows Forms form using code?

后端 未结 8 1560
夕颜
夕颜 2020-12-18 20:55

Is there a way to set the StartPosition of a Windows Forms form using code? It seems whatever I try results in the StartPostion being the default.

Here is what I am

8条回答
  •  暖寄归人
    2020-12-18 21:11

    My first reaction is: experiment a bit with VS2008. It should be in the general properties screen.

    If you don't have Visual Studio, then it gets a little harder.

    A good site to check might be this one: csharp-online.net

    Sorry that I can't be more helpfull

提交回复
热议问题