have a combo box remember

  • Thread starter Thread starter Doug
  • Start date Start date
D

Doug

Hi

I would like to have a combo box remember the last, say 10, entries that a
user has made in it and to offer those as choices, while accepting any new
entry - similar to the search box in google.

Could someone tell me how to enable this functionality or how to code it?

Thanks

Doug
 
Hello Doug,

Process OnKeyPress, matching each event to the combobox item collection

See there number of samples http://www.codeproject.com/info/sea...=Search&author=&sd=15+Nov+1999&ed=14+May+2007

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

D> Hi
D>
D> I would like to have a combo box remember the last, say 10, entries
D> that a user has made in it and to offer those as choices, while
D> accepting any new entry - similar to the search box in google.
D>
D> Could someone tell me how to enable this functionality or how to code
D> it?
D>
D> Thanks
D>
D> Doug
D>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Combo Boxes and Controls 6
fill three combo boxes 2
Validation rule for Combo Box 0
combo box choices based on first combo box 7
combo box and database 2
combo box 2
Checked Combo Box. 3
Combo box refresh 7

Back
Top