Message Box -
Examples
How to
use?
Example 1: Insert various Message Box commands to
instruct the user how to change the Screensaver of the computer.
- Insert a Message Box command that says "Click on
Start button and then click on Control Panel". Insert a Delay of 2 seconds.
- Insert another Message Box command that says "Double-click on the 'Display'.
- Insert another Message Box command that says "Select the Screen Saver Tab".
- Insert another Message Box command that says "Select
your Screen Saver and click on Apply and OK button".
- This completes a task that instructs and guides the user to perform a task.
Example 2: Create an automated
interactive task that guides your user how to perform the next action.
- Click Tools->Task Editor.
- Create a task and insert 'Message Box' command at
appropriate locations to inform user about his next set of actions in the task.
- Insert a 'Pause' command after the Message Box command. Sometimes users
can just hit OK button without reading the complete information. This will
ensure that the task does not proceed further and instead pauses until
the user manually resumes it.