Announcement

Collapse
No announcement yet.

Dialog Message

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Dialog Message

    dialog message

    how do I put this on the second line is displayed?

    Example:
    Sie haben das falsche Passwort eingegeben!
    You have entered the wrong password!

  • #2
    Something like:
    PHP Code:
    Dialog.Message("Notice""Sie haben das falsche Passwort eingegeben!\r\nYou have entered the wrong password!"MB_OKMB_ICONINFORMATIONMB_DEFBUTTON1); 
    Where \r\n is the \return\newline.

    Comment


    • #3
      That's what I just got yourself there!
      Thank you

      Comment

      Working...
      X