ListBox & TextBox & Button kullanımı
Öncelikle yeni bir proje oluşturuyoruz.Oluşturduğumuz projeye eklememiz gerekenler :
TextBox : 1
ListBox : 1
Button : 2
Örnek : TexBox girilen bir yazı ListBox'ta eklenmesi. (Buttona tıklandığı zaman)
ListBox1.Items.Add(TextBox1.Text);
Button2'ye (Temizle Buttonuna) yazmamız gereken kod ise :
ListBox1.Items.Clear();
Dikkat : Yazdığınız her kodun sonuna ";" Koymayı unutmayınız.Aksi halde programda hata alabilirsiniz.
Anda baru saja membaca artikel yang berkategori C# Button Kullanım |
C# ListBox Kullanım |
C# Temel Eğitim Seti |
C# Temel Kullanım |
C# TextBox & ListBox Kullanım |
C# TextBox Kullanım
dengan judul C# Listbox & TextBox & Button Kullanımı. Jika kamu suka, janganlike dan bagikan keteman-temanmu ya... By : En Kolay Yolu
Ditulis oleh:
Adsız -
Belum ada komentar untuk "C# Listbox & TextBox & Button Kullanımı"
Yorum Gönder