Archive: Next line in MessageBox


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


you need to use $\r$\n to insert a newline (i think that's the right syntax, can't test for sure at the moment)

hmm, just read your post again, maybe i shouldn't have replied :)

-daz