1. sayfa (Toplam 1 sayfa)
Radio Button Kullanımı Buton ile gösterme
Gönderilme zamanı: 18 Ağu 2020 23:13
gönderen AzS
Kod: Tümünü seç
private void btnGoster_Click(object sender, EventArgs e)
{
if (radioButton1.Checked) { label1.Text = radioButton1.Text; }
if (radioButton2.Checked) { label1.Text = radioButton2.Text; }
if (radioButton3.Checked) { label1.Text = radioButton3.Text; }
}
Re: Radio Button Kullanımı Buton ile gösterme
Gönderilme zamanı: 18 Ağu 2020 23:22
gönderen AzS
Visual Studio 2019 Ekran Görüntüleri
Kodların yazılmış hali
Windows Form Tasarımı
Kodu çalıştırmak için "Başlat"a tıklayınca

Re: Radio Button Kullanımı Buton ile gösterme
Gönderilme zamanı: 18 Ağu 2020 23:22
gönderen AzS
Visual Studio WindowsForm dosyası ektedir.
WindowsFormsApp7.zip