Dit is wat ik in de form heb staan:
Maar hoe kan ik het doen en waar moet ik het dan intypen van wat er gebeurd als ik bijvoorbeeld "1" kies?
Code:
ComboBox1.Items.Add("1")
ComboBox1.Items.Add("2")
ComboBox1.Items.Add("3")
ComboBox1.Items.Add("4")
ComboBox1.Items.Add("5")
ComboBox1.Items.Add("6")
ComboBox1.Items.Add("7")
ComboBox1.Items.Add("8")
ComboBox1.Items.Add("9")
ComboBox1.Items.Add("10")
Maar hoe kan ik het doen en waar moet ik het dan intypen van wat er gebeurd als ik bijvoorbeeld "1" kies?