Re: ComboBox

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Daniel Moth (dmoth74_at_hotmail.com)
Date: 01/11/05


Date: Tue, 11 Jan 2005 18:47:46 -0000

Looping is not that bad, and the most straightforward choice.

BTW, there is no CF 1.1, only CF 1.0 (with 3 service packs):
http://wiki.opennetcf.org/ow.asp?CompactFrameworkFAQ%2FDeterminingVersion

Cheers
Daniel

--
http://www.danielmoth.com/Blog/
"Rob Thomson" <new@rjtt64.plus.com> wrote in message 
news:O1sycxA%23EHA.2572@tk2msftngp13.phx.gbl...
> 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
>
>