Visual Studio 2010'da Kodlanmıstır.
3 Adet TextBox Ekleyınız.
Elemanları Ekledıkten Sonra Oldugu Gıbı Yapıstırın.
Public Class Form1
Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
If TextBox1.Text = "123456" Then 'barkod numrası
TextBox2.Text = "ulker cıkolata" 'isim
TextBox3.Text = "1ytl" 'fiyat
PictureBox1.Visible = True
End If
End Sub
End Class
3 Adet TextBox Ekleyınız.
Elemanları Ekledıkten Sonra Oldugu Gıbı Yapıstırın.
Public Class Form1
Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
If TextBox1.Text = "123456" Then 'barkod numrası
TextBox2.Text = "ulker cıkolata" 'isim
TextBox3.Text = "1ytl" 'fiyat
PictureBox1.Visible = True
End If
End Sub
End Class