Liked us?

d

How to create a fake error message-mostly for windows 0

Coder Himanshu | Friday, April 01, 2011 | ,

Firstly Open up your Notepad.



Then type :

 x=msgbox ("message here" ,1+1, "title here")


  Save as a ".vbs" file  ( example: him.vbs) or it will not work.

few types of error-







    * You can change the ",1+1," code. Here's a list of codes.
    * To change the buttons (left number):

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

You can also make other windows pop up by entering the same codes on separate lines.

0 Responses So Far:

Drop Your Comments, Suggestions And Questions Below.

To Be Notified Of Replies Click The 'Subscribe By Email' Link Below The Comment Form.

Do Not Add Links To The Body Of Your Comment As They Will Not Be Published.