How to copy CComboBox data to another CComboBox?
I don't think there is any supplied method to do so, other than use the usual methods (GetItemData, GetLBText, etc) to get the data from one and insert them into the other.