x=msgbox ("Example Text" ,your number here, "Example Title")
Replace your number here with one of the following:
0 displays the OK button only 1 displays the OK and Cancel buttons 2 displays the Abort, Retry and Ignore buttons 3 displays the Yes, No, Cancel buttons 4 displays the Yes and No buttons 5 displays the Retry and Cancel buttons 16 displays the Critical Message icon 32 displays the Warning Query icon 48 displays the Warning Message icon 64 displays the Information Message icon 4096 is a system modal; all applications are suspended until the user responds to the message box (in other words, this message box stays on top of all applications)
if you want it do do more stuff ay one time just at an + eks x=msgbox ("Example Text" ,1+48, "Example Title")