Subscribe For Free Updates!

We'll not spam mate! We promise.

Tuesday 29 July 2014

How to Make Fake Error Message Using Notepad

In this article you'll learn how to make fake error messages using Notepad.

Steps

  1.      Open up Notepad.

    2.       Copy and paste: X=Msgbox("Message Here",0+16,"Title Here") into Notepad.


   3.      It Should Look Like This:
   
   4.   Save the file name with a ".vbs" extension (like error.vbs) or it will not work.


5.  Open it up and voila!

  • To change the buttons (left number):
    • 0 - ok button only
    • 1 - ok and cancel
    • 2 - abort, retry and ignore
    • 3 - yes no and cancel
    • 4 - yes and no
    • 5 - retry and cancel
  • To change the symbol (right number):
    • 16 - critical message icon
    • 32 - question message icon
    • 48 - warning message icon
    • 64 - info message icon

Please Give Us Your 1 Minute To Share This Post !
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

0 comments:

Post a Comment