Results 1 to 2 of 2

Thread: [RESOLVED] Setting combobox selectedindex property is slow ??

  1. #1

    Thread Starter
    PowerPoster motil's Avatar
    Join Date
    Apr 2009
    Location
    Tel Aviv, Israel
    Posts
    2,143

    Resolved [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

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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
  •  



Click Here to Expand Forum to Full Width