😞
How can I put multilines in a MessageBox, for example:
Normal one:
Hi, wanna install My setup.
Custom one:
Hi, wanna install
My setup.
I think they call them line breaks...
😛
Use multilines in a MessageBox
3 posts
Just use $\r$\n. For example:
MessageBox MB_OK "First line$\r$\nSecond line"
MessageBox MB_OK "First line$\r$\nSecond line"
thanks
😁
😁