By design, when a TextBox has focus (contains the blinking cursor), the placeholder text will disappear.

I would place some dummy control on your form, such as a button, that does nothing. But then, when you run your program, if you click the button, which will give the button focus instead of the TextBox, the placeholder text should re-appear.