Difference between revisions of "Make a Fake Error Message Using Notepad"

Kipkis (Kipkis | contribs)
(Creating the Fake Error Message)
Kipkis (Kipkis | contribs)
m (Text replacement - "[[file: " to "[[file:")
Line 5: Line 5:
 
===Creating the Fake Error Message ===
 
===Creating the Fake Error Message ===
 
#Open up Notepad.
 
#Open up Notepad.
# Copy, paste, and edit: X=Msgbox("Message Here",0+16,"Title Here") into Notepad. Change the title and message to something "error like". For an example look at step 5. Also, look at tips for additional customization options. [[file: Kipkis.com-make-a-fake-error-message-using-notepad.jpg|center|500px]]
+
# Copy, paste, and edit: X=Msgbox("Message Here",0+16,"Title Here") into Notepad. Change the title and message to something "error like". For an example look at step 5. Also, look at tips for additional customization options. [[file:Kipkis.com-make-a-fake-error-message-using-notepad.jpg|center|500px]]
 
#* If it doesn't work, try this instead: lol= msgbox ("Message Here" ,0+12, "Title Here")  
 
#* If it doesn't work, try this instead: lol= msgbox ("Message Here" ,0+12, "Title Here")  
 
#* You can add as many error messages as you want (As shown in image above). Remember to go to next line if you want multiple error messages.
 
#* You can add as many error messages as you want (As shown in image above). Remember to go to next line if you want multiple error messages.