$ symbol in textBox or label C++ windows form

Jul 18, 2016 at 6:38pm
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,
Jul 19, 2016 at 8:03am
I am not really sure what you mean. Normally you set the Text property of an Label like this:
 
   label1->Text = "$";
Jul 19, 2016 at 4:05pm
I want the $ symbol to always be there in textbox or label. before I entr text or whatever.
Topic archived. No new replies allowed.