G
Guest
In the C++ version of MessageBox() I could embed \n to get a new line. In the C# version of this the \n shows up as \n.
How can I tell the message box (or a textBox on a custom form) to recognize the \n as a newline character and display whatever comes after the \n on a new line
This is real basic, but I'm not able to get it to work
- Bruce
How can I tell the message box (or a textBox on a custom form) to recognize the \n as a newline character and display whatever comes after the \n on a new line
This is real basic, but I'm not able to get it to work
- Bruce