Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to format the message text in an ilogic message box (control when text needs to be put on a new line). Also; if they exist; would anyone know where I might be able to find a list of operators / controls for message boxes along these lines?
Example:
As it is now.
MessageBox.Show("Due to remainder value being less than the minimum allowable, the Max And Remainder selection has been removed from the split style list. If the Max And Remainder was previously selected it has been changed to All Equal", "Remainder Piece Too Short")
Due to remainder value being less than the minimum allowable, the Max And Remainder selection has been removed from the split style list. If the Max And Remainder was previously selected it has been changed to All Equal.
As I would like to see it
Due to remainder value being less than the minimum allowable,
the Max And Remainder selection has been removed from the split style list.
If the Max And Remainder was previously selected it has been changed to All Equal",
"Remainder Piece Too Short")
Solved! Go to Solution.