
Originally Posted by
Dragokas
PGBSoft, confirmed. Good work.
I agree 100%, for version 1.3.3 too.
However, seem that ItemData property can't be set by code. Example:
Code:
With cboUser
.Clear
.AddItem "MyItem"
.ItemData(.NewIndex) = rs!IDUser
End With
Why?
ItemData seem to be a Method read-only, instead of Property as with standard VB.ComboBox and also third-party comboboxes.
This creates a problem when we use your CheckBoxCombo control with pre-existing routines that populate the comboboxes.
Compatibility is completely lost.