Thursday, April 17, 2014

Create your own computer messages

Now I am going to show you how to create your own computer messages and errors for fun.
  • open a notepad
  • copy and paste these codes to it.      
x = msgbox("This is my error",5,"My message box")

  • Now edit it with your message. (you can get help from the image below)
  • Save it as .vbs file ex-  mymsg.vbs


  • You can use these numbers to change the message box.

  • Double click on the vbs file and Enjoy

No comments:

Post a Comment