0 pts.
 Formats of textboxes
I would like to know how you change the format of a textbox in VB.NET to currency format so that it displays the currency simbol.

Software/Hardware used:
ASKED: March 7, 2005  5:08 AM
UPDATED: March 7, 2005  9:11 AM

Answer Wiki:
TextBox1.Text = Format(YourNumber,"Currency")
Last Wiki Answer Submitted:  March 7, 2005  9:11 am  by  DBotkin   0 pts.
All Answer Wiki Contributors:  DBotkin   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _