file name: examples\exNotice.txt
notice "This is a notice dialog with a title.";chr$(13);_
    "If you want a multi-lined dialog, add a CR";chr$(13);_
    "to the end of the line.";chr$(13);_
    "If you want more space between lines, just";chr$(13);_
    "add more CR characters.";_
    chr$(13);chr$(13);_
    "It's really very simple."



