|
-
June 19th, 2012, 04:42 PM
#1
MFC UpdateWindow()???
Inside my CRichEditCtrl class,
I have a loop that changes the text using
SetWindowText(a);
UpdateWindow();
But the window is not being updated to the text. I know this because when I'm in debugging mode, updatewindow does not change the text after the debug step. I'm I using UpdateWindow() wrong?
Last edited by printz0r; June 19th, 2012 at 04:57 PM.
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
|