How do you append text to an edit control. ?
SetWindowText() removes old text and adds the new text... i need to append...
thnxs
This is a discussion on adding text to an edit control within the Windows Programming forums, part of the Platform Specific Boards category; How do you append text to an edit control. ? SetWindowText() removes old text and adds the new text... i ...
How do you append text to an edit control. ?
SetWindowText() removes old text and adds the new text... i need to append...
thnxs
C Rulz!
So call GetWindowText() to get what is there already, strcat the new and then SetWindowText().
Didn't we just do this one?
Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.