i get from a webservice a string like name1:Value1;name2:Value2;
is it posible to show in the spinner the values (value1, value 2 ) but when you select a value i get the name as return value.
In vb6 i would do it with a combobox with 2 colums and hide column1 (with the names) and show in column2 the values.
is it posible to show in the spinner the values (value1, value 2 ) but when you select a value i get the name as return value.
In vb6 i would do it with a combobox with 2 colums and hide column1 (with the names) and show in column2 the values.