I am writing this program that the user, one way or another, puts in a question and the question is then sent to the static to be viewed by the program. But, I don't know how long this question will be. How would I do something like this with an unknown length of string to put in the static? How "big" would I make it?

And, when you SetWindowText for the static, how do you previously clear the static so it's not written over, but replaces the previous text of the static? I don't recall how to do this.

Thanks!