Pages

Ads 468x60px

Showing posts with label HTML TUTORIAL. Show all posts
Showing posts with label HTML TUTORIAL. Show all posts

Dec 14, 2011

[TRICK] How to Make Words Appear in Notepad Without Typing

This is a trick on how to make words or sentences to type by themselves without you having to type them.

In this example, I'm going to make the word 'Hello?' to type by itself.

Step 1
Open a new blank Notepad.

Step 2
Type the following coding in the new blank Notepad (or just copy & paste them):

Set a = wscript.CreateObject ("wscript.shell")
a.run "Notepad"
wscript.sleep 1500
a.AppActivate "Notepad"
a.Sendkeys "place any letter/alphabet here"
wscript.sleep 500

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.