Here is the thought:
I have two comboboxes. Both have lots of dates for the labels that look like 01/01/2003 ECT… Say these two comboboxes have a different amount of dates in them, there for the indexes are not the same. I would like it if you select one combobox the other combobox would select the same date, if it had the same date.
You could do it with setSelectedIndex if the amount of dates where the same for both comboboxes, and the order of dates where also the same.
Any Ideas would be very appreciated
:thumb: