Threading Concept in C#.Net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sree078
    New Member
    • May 2007
    • 9

    Threading Concept in C#.Net

    Hello

    I'm using C#.Net & Visual Studio 2005
    I've created a thread, which shows a progress bar till a specific search is accomplished..

    But after some time, my progress bar is not shown (it is shown white)...as my searching is taking lot of time (lot of functionality in the frontend)...

    how to give the thread enough resources to show the progress bar... this my searching functionality is done?

    Thanks in advance
Working...