I was asked to convert vb6 code into vb.net.But there is no 'ItemData' property for combo box in vb.net. What property is suitable for it
combo box 'ItemData' property does not exist in vb.net
Collapse
X
-
Tags: None
-
The omission was deliberate. If you are doing an upgrade you can use VB6.SetItemData . See here for further details: http://support.microsoft.com/kb/311340
Comment