ComboBox / ListBox selected item - by user273268 is there a more simple way to get combobox (WinForms) selected items text? string result = comboBox1.Items[comboBox1.Selectedindex]; And in WPF's ComboBox? Read the article