c# buton eklemek için yardım istiyorum.

Erdem_Aydın
30-05-2011, 22:43   |  #1  
Erdem_Aydın avatarı
OP Yıllanmış Üye
Teşekkür Sayısı: 18
1,628 mesaj
Kayıt Tarihi:Kayıt: Mar 2011

arkadaşlar ben dışarıdan adı verilebilen bir buton eklemek istiyorum formuma nasıl yapabilirim...


this.BT1 = new System.Windows.Forms.Button();


this.BT1.Location = new System.Drawing.Point(12, 383);
this.BT1.Name = "BT1";
this.BT1.Size = new System.Drawing.Size(70, 70);
this.BT1.TabIndex = 0;
this.BT1.Text = "YENİ BUTON";
this.BT1.UseVisualStyleBackColor = true;

bunu konutla yapabilirim ama ben böyle olsun isyiyorum(bu misal ben nasıl bunu yapabilirim?)

this.(textBox1.text) = new System.Windows.Forms.Button();


this.BT1.Location = new System.Drawing.Point(textbox2.text);
this.BT1.Name = "textbox3.text";
this.BT1.Size = new System.Drawing.Size(textbox4.text);
this.BT1.TabIndex = 0;
this.BT1.Text = "textbox5.text";
this.BT1.UseVisualStyleBackColor = true;

gibi... nasıl yapabilirim?