Appending text in an Edit Box
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all! In my application I'm reading from a console and what is read is written in an edit box, but I need to append the new text so the prior text does not disappear. I normally write
m_strText=read_text;
but this erases prior text in the Edit Box. Any ideas?:doh: Thank you in advance! -
Hi all! In my application I'm reading from a console and what is read is written in an edit box, but I need to append the new text so the prior text does not disappear. I normally write
m_strText=read_text;
but this erases prior text in the Edit Box. Any ideas?:doh: Thank you in advance!