Hi, I'm using C# to create a printable form. The data is coming from a XML source that I load when the application starts. I have no problems loading the data, but I am having a hard time figuring out the best way to display currency in a field. I can use a MaskedTextBox, but it doesn't work in every situation. Are there any good code samples to show how to resolve this display issue? Thanks in advance!