However, I would like it to print to a page as format ("c"), i.e. can i convert my code below to pass the text field 'subtotalTextBox' as ToString("c")
using e.Graphics.DrawString(subtotalTextBox.Text, font,
(Font font = new Font("Arial", 10))SystemBrushes.WindowText, e.PageBounds.X + 687, 940);
VulpesPosted Sep 13, 2012, 12:22 PM
mike DelvottiPosted Sep 13, 2012, 12:26 PM
Thank you