How to Make a Popup (for Windows)
How to Make a Popup (for Windows)
This article will show you how to program your own error message on your Windows to pop up whenever you open a certain file. No internet required, and the only program you need is Notepad, which should come pre-installed when you buy your computer. Have fun!
Steps

Open Notepad (Start>Programs>Accessories>Notepad).

Copy and paste the following text into the program: lol=msgbox("",16,"Error")

In between the two adjacent quotation marks, type the error message you wish to appear in the popup (eg. lol=msgbox("Example",16,"Error")).

Click File>Save As.

In the 'Save type as' dropdown, change the setting from 'Text Documents' to 'All files'. Then, as your file name, type your file name (when you open the file, it will trigger the popup), followed by '.vbs' (eg. Example.vbs). Then, in the 'save in' dropdown, select a place where you can access your file. When you have selected your desired place to save the file, click 'save' to save your file.

Open 'My Computer' (Start>My Computer) and find your newly-created file.

Open the file, and your error message should pop up on the screen!

What's your reaction?

Comments

https://shivann.com/assets/images/user-avatar-s.jpg

0 comment

Write the first comment for this!