Next line in MessageBox
Hi,
How can I make the text in my messagebox go to the next line?
this is my messagebox code:
MessageBox MB_YESNO|MB_ICONEXCLAMATION \
"Unable to find ActiveSync. \
Please install ActiveSync. \
Install ActiveSync?"\
idyes Install \
idno Exit
I would like the text Install ActiveSync? to be on the next line, tried using $\n but the existing \'s caues problems.
Thanks