When I show a DIALOG_STYLE_MSGBOX (id 0) the "\n" character has no effect on the text and just shows up as part of the text. I am trying to take a new line. All other special characters such as "\r" and "\t" do not work either. However, "\n" works perfectly for me in a DIALOG_STYLE_LIST (id 2). Does anyone know how to correctly take a new line in a messagebox dialog?