I made a statusstrip to display my taxrate on the bottom of the form, code for that was simple
StatusStrip1.Items.Add((taxrate))
that displays my tax rate for example it would show "10" or any other number that the tax rate is, my question is how can i show some text before it like
"Current tax rate is 10"
i tried some methods but keep getting errors some methods even compiled but the results weren't there, i keep getting just the value not the text and im looking for both.
any ideas?
StatusStrip1.Items.Add((taxrate))
that displays my tax rate for example it would show "10" or any other number that the tax rate is, my question is how can i show some text before it like
"Current tax rate is 10"
i tried some methods but keep getting errors some methods even compiled but the results weren't there, i keep getting just the value not the text and im looking for both.
any ideas?