Howto? Refresh a progressbar without DoEvents 
Author Message
 Howto? Refresh a progressbar without DoEvents

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



Tue, 20 Feb 2001 03:00:00 GMT  
 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

:
:



Tue, 20 Feb 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Howto? Refresh a progressbar without DoEvents

2. Howto? Refresh a progressbar without DoEvents

3. Refreshing without Refresh-Button

4. Refreshing without Refresh-Button

5. Refreshing recordset without .Refresh

6. HOWTO: a replacement for Doevents which does not yield to keystrokes

7. Help:Howto run a progress bar using the size of a file as progressbar.max

8. Progressbar (Update/Refresh Issue)

9. German Software Group: Progressbar without OCX

10. Get keyboard input WITHOUT calling DoEvents

11. how can i do this without doevents

12. Why does this work without a DoEvents?

 

 
Powered by phpBB® Forum Software