Add Help to a form
Perform the following steps to add a page of explanatory text to your
form.
- Click the page to which you want to add text.
- On the Form menu, click Rename Page.
- In the Page name box, type Help, and then click OK.
- Drag a TextBox control from the Control Toolbox to the form.
- Right-click the TextBox control, and then click Properties on the shortcut menu.
- On the Display page, select Multi-line check box.
- Type the explanatory text that you want in the TextBox control.
- Right-click the TextBox control, and then click Properties on the shortcut menu.
- On the Display page, select the Read only check box.
Notes
- Because a Help file cannot be associated with a form, you cannot use the HelpContextId property to create Help for an Outlook Form.
- If the Compose page is different from the Read page, you may need to create separate Help pages.