T
tshad
I am using a TextBox as my status display and "\n" doesn't work.
What would I use to go to the next line in a TextBox.
I am doing something like:
Status.Text += String.Format("Opening
{0}\n",Path.GetFileName(strFile));
But the next line just continues on the same line.
Thanks,
Tom
What would I use to go to the next line in a TextBox.
I am doing something like:
Status.Text += String.Format("Opening
{0}\n",Path.GetFileName(strFile));
But the next line just continues on the same line.
Thanks,
Tom