Using the WebBrowser toolbox component in PowerPoint

E

eholz1

Hello group,

I am using the Webbrowser component in powerpoint.

This idea came from: http://www.pptalchemy.co.uk/esheet.html.

I place the component on a slide and use the following code to display
web content:

With
ActivePresentation.Slides(2).Shapes("WebBrowser1").OLEFormat.Object
..Navigate2 ("http://google.com")
End With

This in fact, displays the web page, but the instant before the web
page shows,
I get an iconic display of the folder where my PowerPoint file
resides. The display is much like that in Windows Explorer. It
displays for some small part of a second, but long enough to be
distracting. I would like to see only the web page in the PPT
slideshow, not an explorer-like view of the directory where the file
is, and then the web page.

Any tips on using this component?

Thanks,

eholz1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top