Click here to Skip to main content
15,891,726 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would like to update the text in a pane in the status bar periodically. Everything I've seen regarding this subject says it has to be done with an update handler. I did that but unfortunately the text only updates on a user action, like moving the mouse. Does anyone know of a way to update the text without an update handler, or if not, how to update the text without any user actions? Thanks in advance.
Posted

1 solution

You can use timer to periodically update the status text; SetTimer[^] will create one timer and in it's OnTimer event you can update the status text.
 
Share this answer
 
Comments
genush 6-Jun-11 13:12pm    
Thanks for your help!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900