void CIDComboDemoDlg::OnSelchangeCombo1() { m_eFruitVal = (eEnumeratedFruit)m_combo.GetCurSelData(); switch (m_eFruitVal) { case...
Yes, is it got this such thing? Can i do this? oid CIDComboDemoDlg::OnSelchangeCombo1() { m_eFruitVal =...
i means at 1st combobox which got items called "A","B","C" When i selected "A", 2nd combobox only list out "A1","A2","A3" only.... Please...
HI.. I got 2 comboBoxes, when i select the 1st item in 1st combobox, then will list all sub items in 2nd combobox. Data can be in database or...
Separate names with a comma.