|
-
March 14th, 2006, 04:06 AM
#1
Refreshing the static control from Timer
I have a static control on which some text is displayed.
OnTimer, if i try to refresh the text or assign anything, it doesn't gets refresh.
If i call the same refresh function from anywhere else, it works fine.
Any hints, why it is not working from Timer function..
TIA
Anupam
Tks
Anupam
-
March 14th, 2006, 04:12 AM
#2
Re: Refreshing the static control from Timer
Hello,
Please post your code where you initialised the timer and where you refresh your static control.
Regards.
Pravin.
-
March 14th, 2006, 04:42 AM
#3
Re: Refreshing the static control from Timer
use this code. it may be work
MSG msg = {NULL};
If I Helped You, "Rate This Post"
Thanks
Guna
-
March 14th, 2006, 09:05 AM
#4
Re: Refreshing the static control from Timer
Why do you need a timer to refresh the text?
Gort...Klaatu, Barada Nikto!
-
March 14th, 2006, 09:42 AM
#5
Re: Refreshing the static control from Timer
 Originally Posted by anandam2000
I have a static control on which some text is displayed.
OnTimer, if i try to refresh the text or assign anything, it doesn't gets refresh.
If i call the same refresh function from anywhere else, it works fine.
Any hints, why it is not working from Timer function..
TIA
Anupam
Control's ID must not be IDC_STATIC.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|