What to do?

Setup Page




Notepad Icon
1: Open up Notepad

2: Type in the code: x=msgbox("YOUR TEXT",0+16,"CAPTION")
Where it says YOUR TEXT type in what you want your message to say. And where it says CAPTION write what the box is called.

3. Save it as a .vbs WARNING! If you don't save it as a .vbs it won't work. (VBS = Visual Basic Script)

4. Save it to to the desktop.(recommended)

5. Double click the icon and enjoy!


Here's what the numbers mean -

Number before the + =

0 = Ok Button
1 = Ok/Cancel Button
2 = Abbort/Retry/Ignore button
3 = Yes/No/Cancel
4 = Yes/No

5=Retry/Cancel

Here are what the numbers mean after the + = (They are optional)

16 - Crtitcal/Error Icon
32 - Help/Question Icon
48 - Warning Icon
64 - Information Icon

To create multiple message boxes, just duplicate the code on the next line.


6+16 Does not have an icon and has an OK button.

No comments:

Post a Comment