We are trying to add a checked list box into our form that has the display values and also has a hidden value related to each item in the checked list box.

From what I understand is VB6 had this feature already built in where it had the List items, and then also the Item Data which corresponded to each item.

Any suggestions on an alternative to this ?
(trying not to use an array or array list)