|
-
October 5th, 2011, 09:16 PM
#7
Re: Scroll Multiline Edit Box overwrites text within???
I had this same issue only with a RichEdit control.
You could try making a control variable to the edit box and use ::ReplaceSel with the second parameter as 0.
m_EditControl.ReplaceSel(sThisError,0);
UpdateWindow();
This worked for me in the RichEdit control.
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
|