Use PPT's Webbroswer control to help the system to report the demonstration

Source: Internet
Author: User

How to seamlessly Connect demo system results during PPT presentation? Use the Webbroswer control of PPT, which is equivalent to embed the browser in ppt, and open the system for operation demonstration in this browser.

Environment: Windows 7 + Office2013

Effect (the Webbroswer control URL is actually pointed to the corresponding system address):

1. Insert the Webbroswer control

On the right side of the PowerPoint Options-Customize Ribbon tab, tick Developer tools, display the Developer menu on the menu bar, and select Add Webbroswer control in other controls.

2. Setting the Webbroswer control

For example, require PPT loading display after Webbroswer also immediately go to an address (here can fill in the system address), enter the following command.

Sub Onslideshowpagechange () webbrowser1.navigate2 "Http://www.cnblogs.com/colinhou" End Sub

 

Of course, you can also add a button in the PPT, ask to click the button, the Webbroswer control will not go to the address set, just need to set in the button click event.

Private Sub  "http://www.cnblogs.com/colinhou"End Sub

3. Precautions

You need to save the PPT in. pptm format, and the first time you use the PPT will prompt you to enable the macros, you can agree. In addition, because of the security design of Office2013, you also need to modify the registry to ensure normal operation and operation, otherwise you will be prompted "This ActiveX control cannot be inserted" error.

Modification method (used under win7+office2013):

Locate the following item in Registry Editor: "hkey_local_machine\software\microsoft\office\15.0\common\com COMPATIBILITY\{8856F961-340A-11D0-A96B-00C04FD705A2} "

In the right side of the item right-click to modify the interface, you can choose to change the hexadecimal 400 to 0, you can also choose to change the decimal 1024 to 0

reference:http://www.rapidbbs.cn/forum.php?mod=viewthread&tid=62190

Use PPT's Webbroswer control to help the system to report the demonstration

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.