Hi
It is correct that the list extracted from a combo box for example by the statement like this
Thanks
Giovanni Rossati
It is correct that the list extracted from a combo box for example by the statement like this
is simply a pointer to the content of the combo itself and removing item(s) from this list is removes items(s) from the combo?Dim lst As List = cmb.Items
Thanks
Giovanni Rossati