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

  • Creator
    Topic
  • #3861
    Gem.Rhenen
    Participant

      The HeadLine in a messagebox is now “VBScrip”. I would like to change this to something else. How do I do that.

      Thanks.

    • Author
      Replies
    • #6434
      Gem.Rhenen
      Participant

        Const CAPTION = “Requested Message”
        Call Msgbox (“Done”, 64, CAPTION)

        #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

        Viewing 2 replies - 1 through 2 (of 2 total)
        • You must be logged in to reply to this topic.