Article ID: 253699 - Last Review: July 23, 2007 - Revision: 2.3 PPT2000: How to Use the WebBrowser Control on a SlideThis article was previously published under Q253699 For a Microsoft PowerPoint 2002 version of this article, see 291926
(http://support.microsoft.com/kb/291926/EN-US/
)
.
On This PageSUMMARY
The code in this article demonstrates how to display a live Web page on a slide during a PowerPoint slide show, using the Microsoft WebBrowser ActiveX control.
MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers 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 requirements. NOTE: The following macro examples work only in PowerPoint. Visual Basic for Applications macros are not supported by the Microsoft PowerPoint Viewer. For additional information, click the following article number to view the article in the Microsoft Knowledge Base: Adding the ControlTo add a Microsoft WebBrowser control to a slide, follow these steps:
Run from an Action ButtonThe following code runs the browser, opening the Uniform Resource Locator (URL) that you specify:
Automatically Load Web Page on SlideThe following procedure allows you to automatically load the URL when you display the slide on the screen:
REFERENCES
For more information about the Microsoft WebBrowser Control, click the following hyperlink
WebBrowser Control Reference for Visual Basic Developers
(http://msdn2.microsoft.com/en-us/library/Aa752043.aspx)
which is on the Microsoft Developers Network
(http://msdn.microsoft.com)
.For additional information about using the WebBrowser Control, click the article numbers below to view the articles in the Microsoft Knowledge Base: 176400
(http://support.microsoft.com/kb/176400/EN-US/
)
HOWTO: Print the WebBrowser Control
155969
(http://support.microsoft.com/kb/155969/EN-US/
)
HOWTO: Distribute the WebBrowser Control
174923
(http://support.microsoft.com/kb/174923/EN-US/
)
HOWTO: Use the PostData Parameter in WebBrowser Control
| Article Translations
|
Back to the top
