R
Rob Thomson
Environment c#, CF 1.1
Hi does anyone know how to search a databound combobox. I am editing data,
and want to select a combo boxes value on the basis of the edit, standardly
this would be done with Combo.FindStringExact, but that doesnt exist. I
really dont want to loop around all the values in the combo looking for the
value, is there a cleaner way, I guess all the winapi calls are out of the
window too...
Thanks
Hi does anyone know how to search a databound combobox. I am editing data,
and want to select a combo boxes value on the basis of the edit, standardly
this would be done with Combo.FindStringExact, but that doesnt exist. I
really dont want to loop around all the values in the combo looking for the
value, is there a cleaner way, I guess all the winapi calls are out of the
window too...
Thanks