/ Forums / Advansys Formativ / Creating Solutions with Formativ / Change the HeadLine in a messagebox / Reply To: Change the HeadLine in a messagebox
April 17, 2002 at 5:59 am
#6435
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