s-R-c
22.12.2009, 10:11
ListBox1.Items.Add(TextBox1.Text)
ListBox1.Items.Add(TextBox2.Text)
ListBox1.Items.Add(TextBox3.Text)
If RadioButton1.Checked = True Then
ListBox1.Items.Add(RadioButton1.Text)
ElseIf RadioButton1.Checked = False Then
ListBox1.Items.Add(RadioButton2.Text)
Textbox 2 ve 3 den ve radiobutton girilen degerler yanında oluşturduğumuz listboxda cıkarıyor
ListBox1.Items.Add(TextBox2.Text)
ListBox1.Items.Add(TextBox3.Text)
If RadioButton1.Checked = True Then
ListBox1.Items.Add(RadioButton1.Text)
ElseIf RadioButton1.Checked = False Then
ListBox1.Items.Add(RadioButton2.Text)
Textbox 2 ve 3 den ve radiobutton girilen degerler yanında oluşturduğumuz listboxda cıkarıyor