Bounded Combobox & ListBox delay

  • Thread starter Thread starter Islamegy
  • Start date Start date
I

Islamegy

Some of my win forms was delay couple of seconds when loaded for first
time.. i thought there is a problem with the sqlconnection or database but
the adapter make no problem when bind to grid?!

after alot of time tracing the problem i discovered that bounded listboxs
and comboboxes in the reason of delay.
I couldn't able to fix it.. is there anyway to fix or work over this problem
so user don't feel delay of painting form??
 
Islamegy

How do you add your handles of the listbox and the combox or should I say
where.
(using desingner or code and if it is code is it after that you have
connected the datasource?)

Cor
 
i bind datasource to listbox and combobox in the Designer, In the Form_Load
i use myadp.fill(ds.myTable);
 
Back
Top