quickxd 1
quickxd
noisiv 1
noisiv
Manwe Work 1
Manwe Work
Scarlet 1
Scarlet
Bvural41 1
Bvural41
mavzermete 1
mavzermete
Hikaye Ekle

Combobox ile picturebox kullanımı

  • Konuyu başlatan Konuyu başlatan alimania
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 0
  • Görüntüleme Görüntüleme 796

HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!

111_5.jpg


pictureboxların visible olayını false yapıyoruz!!

Bu dersimizde combobox ile picturebox kullanımı öğrenelim..

Kod:
Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged         If ComboBox1.Text = "laleler" Then             PictureBox4.Visible = True             PictureBox1.Visible = False             PictureBox2.Visible = False             PictureBox3.Visible = False         End If         If ComboBox1.Text = "koala" Then             PictureBox2.Visible = True             PictureBox1.Visible = False             PictureBox4.Visible = False             PictureBox3.Visible = False         End If         If ComboBox1.Text = "penguenler" Then             PictureBox3.Visible = True             PictureBox1.Visible = False             PictureBox2.Visible = False             PictureBox4.Visible = False         End If         If ComboBox1.Text = "deniz anası" Then             PictureBox1.Visible = True             PictureBox4.Visible = False             PictureBox2.Visible = False             PictureBox3.Visible = False         End If            End Sub

112.jpg
 

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Geri
Üst