Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flush output buffer?

Status
Not open for further replies.

classic773

Programmer
Jun 14, 2001
57
US
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()?
 
I think UpdateWindow(); is what I was looking for. It seems to do what I needed done.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top