Author: dgoulddgould
Date: Dec 7, 2007 12:11
Hoping for some help here. I have an edit control receives data via a
socket at high data rates. I am using the classic edit control my
question is how do I make it act like a FIFO. Once it fills up to
max_chars have it start removing lines of data from the buffer to
allow room for more data in the edit control.
|