$ symbol in textBox or label C++ windows form

Trying to get the $ symbol to appear in text box and labels before I calculate and after.

Ive done it before in old projects that I cant seem to locate at this time. Go figure if anyone could help that would be great.

Thanks,
I am not really sure what you mean. Normally you set the Text property of an Label like this:
 
   label1->Text = "$";
I want the $ symbol to always be there in textbox or label. before I entr text or whatever.
Topic archived. No new replies allowed.