please help me.
a small combobox with:
what if the indices or value-values of "russia" or "usa" are different of the combobox-indices?Code:cmbNames.Items.Add("Russia") 'index = 0... cmbNames.Items.Add("USA") cmbNames.Items.Add("Timbuktu")
the names dont come from a table or database.Code:[no code, only for better undestanding] combox(0) :: Russia = 2 combox(1) :: USA = 1 combox(2) :: Timbuktu = 51




Reply With Quote