-
My program runs some queries on a Jet dbase, and I want to show how long these queries are taking. Since there is no loop how would I go about updating the progress bar. Also I want another progress bar to show how long the whole program takes to run, and I have the same problem, there are no loops that I can increment the thing. Also I want the main progress bar to increment as the queries are running. Anyone have an idea of how I could do this?
-
-
Thanks for the help on both of my posts.
These seem to require a loop in order to increment the progress bar. I'm a newbie to Visual Basic (and programming really, I'm a finance geek with an intership and they've stuck me programming) so I don't even know if what I want to do is possible. Is there anyway that I can show progress without a loop?