Hi,
I have a MFC Combobox i want to add A-Z drives to my combox at runtime Currently i am adding like this
m_cmbdrive.AddString("A:");
m_cmbdrive.AddString("B:");
m_cmbdrive.AddString("C:")
upto
m_cmbdrive.AddString("Z:");
But it seems not to be gud approach . Any modularlize code if any body can help on this ?