The information in this article applies to:
SUMMARYThis article describes how to display a Web page on a Microsoft Outlook 97 custom form page. MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft Support professionals can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact the Microsoft fee-based consulting line at (800) 936-5200. For more information about the support options available from Microsoft, please see the following page on the World Wide Web: http://www.microsoft.com/support/supportnet/overview/overview.aspYou can create a custom form in Outlook that displays a Web page directly on the form using the Microsoft Web Browser Control. This control is part of the Shdocvw.dll file, which is installed with Microsoft Internet Explorer. WARNING: The Web Browser Control used to display the form must be from the same version or a newer version of the Shdocvw.dll file as that used to create the form. For instance, if the custom form is created using the Shdocvw.dll file from Microsoft Internet Explorer version 3.x, you can display it on a computer using either Microsoft Internet Explorer 3.x or 4.0. However, the reverse will not work. If the custom form is created using a Shdocvw.dll file from Microsoft Internet Explorer 4.0, you cannot display it on a computer using Microsoft Internet Explorer 3.x. In this event, you will receive the following error message when you try to display the Web page: If you want to create a form that can be used with multiple versions of Microsoft Internet Explorer, create the form on a computer that uses the older version. How to Create a Custom Form to Display a Web Page
REFERENCESFor more information about creating solutions with Microsoft Outlook 97, please see the following articles in the Microsoft Knowledge Base: Q166368 OL97: How to Get Help Programming with Outlook Additional query words: OutSol OutSol97 IE
Keywords : kbcode FmsHowto |
Last Reviewed: November 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |