0
我是C#中的一個begginer,我想創建一個創建按鈕的按鈕。 但這些按鈕不會出現...創建一個按鈕,創建按鈕
請找我的代碼:
private void addstrat3_i_Click(object sender, EventArgs e)
{
panel3strat.Width += 200;
Button addstrat3_2 = new Button();
addstrat3_2.Size = new Size(210, 41);
addstrat3_2.Location = new Point(50,50);
addstrat3_2.Visible = true;
}
非常感謝
看起來像你只是打敗了我! – 2013-04-29 14:55:32
非常感謝; * – 2013-04-29 15:12:45