/ Forums / Advansys Formativ / Creating Solutions with Formativ / Change the HeadLine in a messagebox / Reply To: Change the HeadLine in a messagebox

#6435
Support 2
Moderator

    Great. Below are a few more examples:

    code:


    call msgbox("message text", 0, "Dialog Title")
    call msgbox("message text", 16, "Dialog Title")
    call msgbox("message text", 32, "Dialog Title")
    call msgbox("message text", 48, "Dialog Title")
    call msgbox("message text", 64, "Dialog Title")

    You can find the full details in the MS VBS Help file which is accessible from the dropdown list on FormativCentral’s Help button.

    Regards,

    Advansys Support