Posts

Here’s a quick how to on creating your own Windows Error messages.

  1. Open up notepad and copy/paste the following text:
    X = MsgBox(“Box Text”, 0+16,”Box Title”)
  2. Edit the words in “Box Text” with your error message.
  3. Edit the words in “Box Title” with the title of your error message.
  4. Optionally, you can also change the number/s (listed below) to display different buttons.
  5. Click on File > Save As…
  6. Name the file anything you want and add the .vbs extension to it.
    Ex: error.vbs
  7. Open your newly created file to see the error message.

Read more