Loading combos quickly?

  • Thread starter Thread starter Earl
  • Start date Start date
E

Earl

I've got 14 combos that will need loaded with lists from various database
tables. I'm looking for some ideas on improving the load speed.
 
Thanks Daniel. I've successfully used the hide/show technique in the past
with eVB, but with so many combos loading here, I'm not getting as much
improvement as I need. I'm starting to think that maybe I'll have to preload
the form in order to get the performance I'm looking for. I'll check out
your link -- thanks again.
 
You might also want to make sure that when you are loading comboboxes, their
event handlers are not trying to do something - the SelectionChange event is
thrown on each item added
 
Back
Top