WindowApplication? 的 最近要能先给举个例子吗?例如Button
今天写了个不知道为什么,Button的位置没有反映~~
代码如下:
Button but = new Button();
this.Controls.Add(but);
this.button2 = new System.Windows.Forms.Button();
this.button2.Location = new System.Drawing.Point(200, 102);
this.button2.Name = "button2";
this.button2.Text = "123";
this.button2.Size = new System.Drawing.Size(75, 23);