The information in this article applies to:
SUMMARYWhen creating a custom form with Outlook, there is no direct way to add a Help file. This article provides two approaches for working around this limitation. MORE INFORMATIONNOTE: This article assumes a working knowledge of customizing Outlook forms, including Visual Basic Scripting Edition (VBScript), field, and control usage. Because each custom solution has different requirements in order to achieve the desired end result, the workaround below is offered as a starting point for achieving the end result, and should be implemented in a way that best suits the solution's needs. Method 1: Create a "Help" Page on the FormTo add a page of explanatory text to your form, follow these steps:
Method 2: Use a Custom ActiveX ComponentCreate an ActiveX component using Microsoft Visual Basic and have this component (formerly known as an OLE Automation server) display the Help file. Using this approach, you can:
REFERENCES
For additional information about available resources and answers
to commonly asked questions about Microsoft Outlook 2000 solutions,
please see the following article in the Microsoft Knowledge Base: OL2000: Questions About Custom Forms and Outlook Solutions Additional query words: OutSol OutSol2000 OL2K
Keywords : kbcode kbdta OffVBS |
Last Reviewed: May 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |