Pages

Ads 468x60px

Nov 1, 2011

How to Create A Message Box [To Display Message]

Have you ever come across of one of these?


Do you ever wonder how to make a message box like that? Well, it's so simple. You don't even be needing any special software for that. You can do it just by using the software - notepad.

Step 1: Open the software - notepad (Start Menu > All Programs > Accessories > Notepad).

Step 2: Let say you want to make the message "I Love You" to appear at the message box, type this in the notepad:

MsgBox "I Love You"

Step 3: Save the file as .vbs. For example, "iloveyou.vbs". Make sure you select the "All Files" from the save as type column.

Step 4: Double-click on the icon to make the message box appears.

 


Note: If you want more than one message to appear, just type in the message like this:


The output:  



Tested on Windows 7 Professional x32-bit

Tutorial by basicxtutorial.blogspot.com

0 comments:

Post a Comment