
Howto? Refresh a progressbar without DoEvents
You could use the RedrawWindow API call, or use version 6 of the common
controls, in which the ProgressBar *does* have a Refresh method.
--Russell Davis
:Hi!
:I'm having a small problem...
:The control ProgressBar doesn't have a refresh method and I don't want
to
:use the DoEvents call since it's slower than the refresh method.
:Is there any way to refresh the ProgressBar w/o using the DoEvents?
:
:Rickard Nord
:
: