Hello everyone.

Im currently debugging my application to found out why it's running a bit slow, when I put breakpoint where i populate one of the application combobox it's run fast but after i populate it and when I'm trying to set the its selectedindex to zero the program halt for about 2 second.. this is the line where the program get stuck for 2 seconds:

Code:
 FaxSystem.cmbCompanyLocations.SelectedIndex = 0;
does anyone one has an idea of why this could happen ?

Best regards,
Moti.