home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 January
/
pcwk_01_1999.iso
/
Top100sh
/
Macro
/
GrounC
/
data1.cab
/
Example_Files
/
Sample1.gc
< prev
next >
Wrap
Text File
|
1998-08-20
|
512b
|
16 lines
RunProgram("notepad")
RunProgram("calc")
Delay(1000)
InputBox( "Please enter the first number" )
SendInputToWindow("Calculator")
SendKeysToWindow("Calculator", "*" )
InputBox( "Please enter the second number" )
SendInputToWindow("Calculator")
SendKeysToWindow("Calculator","=")
// now get the number back, hmmmm...
SendKeysToWindow("Calculator","^C")
SendKeysToWindow("Untitled - Notepad","answer: ")
SendKeysToWindow("Untitled - Notepad","^V, and don't forget to check it.")
MessageBox("Done!")