F
fniles
In VB6 in combobox you can use ItemData to assign a key to the combo box
item.
Like so:
With cboGroup
.AddItem "Database"
.ItemData(.newindex) = c_RefData
:
I understand in VB.NET there is no equivalent for ItemData. So, if I need to
assign a key to the combobox item, how can I do that ?
Thank you.
item.
Like so:
With cboGroup
.AddItem "Database"
.ItemData(.newindex) = c_RefData
:
I understand in VB.NET there is no equivalent for ItemData. So, if I need to
assign a key to the combobox item, how can I do that ?
Thank you.