• [C#] Combo Box
    4 replies, posted
How can I detect which text inside the combo box is selected?
comboBox1.SelectedText
ComboBox.SelectedText, or something like that.
so [code] if (comboBox1.SelectedText == "w/e") { --do shit } [/code]
[QUOTE=c-unit;26389838]so [code] if (comboBox1.SelectedText == "w/e") { --do shit } [/code][/QUOTE] Pretty much.
Sorry, you need to Log In to post a reply to this thread.