Question

How to copy CComboBox data to another CComboBox?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top