Add Help to a form
A Help file cannot be associated with a form, so you cannot use the HelpContextID property to create Help for a Microsoft Outlook form. Instead, you can use 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.
Note If the Compose page is different from the Read page, you may need to create separate Help pages.