for(int   i   =   0;   i   <   comboBox1.Items.Count;   i++   )
      MessageBox.Show(comboBox1.GetItemText(comboBox1.Items[i]));

相关文章: