|
Is it possible to track a threads progress using a progressbar? If so can someone give me an example, or at least tell me where to start looking.
I have a thread that performs a rather lengthy SQL insertcommand. I would like to be able to display its progress.
|