There are many way you can make messagebox function work as you want. It's general sint. is:
?messagebox('message you want to display, ;
box_qualifiers, ;
'box title')
NOTE: remember ; indicates that the command, function, etc. continues in the next line.
It seems that u're mainly interested...