c# combobox - query whether a certain number was dialed

Viewed 21

i want to ask if the user has choosen 1215C in combobox10. I think its any convert problem but i dont really get why

            if (ComboBox10 == "1215C") 

            {

            }


            comboBox10.Items.Add("1215C");
            this.Controls.Add(comboBox10);
0 Answers
Related