Hello,
I am developing a small windows program as part of my project requirement in school.
What I'm trying to do is calculate information based on the user input, and display all information in a MessageBox.
I have figured out everything BUT one thing. How do I create a new line in the MessageBox??
For example:
The output that I have shows: Stockbroker: Wilson Stock Name: Wilson Total Shares: 4, etc...
I want the messagebox to display each line as a separate line, not all on one line.
How?? Many thanks for your help!
I am developing a small windows program as part of my project requirement in school.
What I'm trying to do is calculate information based on the user input, and display all information in a MessageBox.
I have figured out everything BUT one thing. How do I create a new line in the MessageBox??
For example:
The output that I have shows: Stockbroker: Wilson Stock Name: Wilson Total Shares: 4, etc...
I want the messagebox to display each line as a separate line, not all on one line.
How?? Many thanks for your help!