I have a static control, and when the user does something, I want to ADD text to it. I don't think I can use the set text function, because I do want to keep the text that is already there. I just want to append text to what is already in the static.

How would I do this?

Thanks!