I want to add integers in combobox list but couldn't do ?
Will anyone help me out ?
RHardaha
Printable View
I want to add integers in combobox list but couldn't do ?
Will anyone help me out ?
RHardaha
Convert to CStrings using Format then add the string.
CString temp;
Int i = 100;
temp.Format("%d",i);
now add temp to combo