Old 14th March 2005, 08:24   #1
Afish
Junior Member
 
Join Date: Mar 2005
Posts: 7
Question 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
Afish is offline   Reply With Quote
Old 14th March 2005, 12:08   #2
DrO
 
Join Date: Sep 2003
Posts: 27,873
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
DrO is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump