Fill a combobox from a database on the fly

95se5m

Newcomer
Joined
Oct 4, 2005
Messages
8
I did a search and found nothing, I am designing a handheld app that loads about 300 or so records to a combobox from a SQLCE database, as you can guess it's kinda slow.

What I would love to do is be able to fill the combobox with data as I type letters. I know there was a way to do it with a full listbox in win apps, but it would workfar better if I could parse the datafile as I type in the letters.

Any thoughts? Or am I barking up a bad code tree.

Jim
 
Back
Top