|
-
Oct 11th, 2000, 12:09 PM
#1
Thread Starter
Fanatic Member
Err..
If I put 1000 in a static control and then 5, 5000 shows up. I'd assume this is because I'm not refreshing the static, but I've sent it all the possible messages, and UpdateWindow. Is there a ... Blair smile ... third way ?
Thanks,
God (aka Me)
-
Oct 11th, 2000, 12:44 PM
#2
Monday Morning Lunatic
Hmm...I assume you've tried
Code:
SendMessage(GetDlgItem(hWnd_Main, IDC_STATIC), WM_SETTEXT, 0, (LPCTSTR)"1000");
?
How are you setting the text?
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Oct 13th, 2000, 04:36 AM
#3
Thread Starter
Fanatic Member
I'm using SetWindowText, but I'll try your method,
Thanks,
Me.
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
|