Want to prank your friends ? Hear is a simple trick about how to make custom message box.

No you don't have to do long programing.
All you have to is just copy and paste above script in notepad
and save it as .VBS extention.
SCRIPT:


x=MsgBox("This is a custom message box, Edit it as your wish",32,"www.campusmaniac.com")

(Note: You can replace any part of it just keep the format same.
 also you notice that number "32" you can replace it with,

0 = OK button only



1 = OK and Cancel buttons



2 = Abort, Retry, and Ignore buttons



3 = Yes, No, and Cancel buttons



4 = Yes and No buttons



5 = Retry and Cancel buttons



16 = Critical Message icon



32 = Warning Query icon



48 = Warning Message



64 = Information Message icon



none = Normal Message box

Comments