Article ID: 291926 - Last Review: May 13, 2007 - Revision: 4.1 How to use the WebBrowser control on a slideThis article was previously published under Q291926 For a Microsoft PowerPoint 2000 version of this article, see 253699
(http://support.microsoft.com/kb/253699/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 ControlPowerPoint 2002 and PowerPoint 2003To add a Microsoft WebBrowser control to a slide, follow these steps:
PowerPoint 2007To 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:PowerPoint 2002 and PowerPoint 2003
PowerPoint 2007
REFERENCES
For more information about the Microsoft WebBrowser Control, visit the following Microsoft Web site:
http://msdn2.microsoft.com/en-us/library/Aa752043.aspx
(http://msdn2.microsoft.com/en-us/library/Aa752043.aspx)
For more information about using the WebBrowser Control, click the following article numbers to view the articles in the Microsoft Knowledge Base:
176400
(http://support.microsoft.com/kb/176400/
)
How to print the WebBrowser control
155969
(http://support.microsoft.com/kb/155969/
)
How to distribute the WebBrowser control
174923
(http://support.microsoft.com/kb/174923/
)
How to use the PostData parameter in WebBrowser control
| Article Translations
|

Back to the top
