how can I show the search progress?!

hi

i am using c# and ms access and i have a search functionality in my app... i am wondering what's the concept behind showing the search progress by a progress bar

thanks for your help in advance


Answer this question

how can I show the search progress?!

  • jmcdonaldtucson

    pseudo:

    MyProgressBar.Value = CInt((CurrentRecord * 100) / TotalRecords)



  • how can I show the search progress?!