well i have been reading msdn and some previous posts on the topic here...

from what i have read you cannot continuously add text to an edit control? is this correct? from what i have gathered i would have to keep adding my text into a large buffer and sending it to the edit control every time i wanted to modify the contents of the edit control... is this correct or is there a way to add text to currently present text in my edit control?