classic773
Programmer
I'm appending stuff to the end of a CString attached to a editbox, then UpdateData(FALSE);
After that a bunch of processing goes on.
However the screen doesn't actually show the change in editbox until the program is done executing. What command do I use to make this happen right after UpdateData()?
After that a bunch of processing goes on.
However the screen doesn't actually show the change in editbox until the program is done executing. What command do I use to make this happen right after UpdateData()?