|
-
Aug 4th, 2011, 07:11 AM
#1
[RESOLVED] Setting combobox selectedindex property is slow ??
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.
* Rate It  If you Like it
__________________________________________________________________________________________
" Programming is like sex: one mistake and you’re providing support for a lifetime."
Get last SQL insert ID 
-
Aug 4th, 2011, 08:03 AM
#2
Re: [RESOLVED] Setting combobox selectedindex property is slow ??
This thread is marked resolved with no posted resolution.
Is it resolved? If so, please post what you do to resolve it as it might help others with the same or similiar problem.
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|