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