tags:

views:

135

answers:

1

How to copy CComboBox data to another CComboBox?

A: 

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.

adzm