Webbrowser component

T

Thom Moon

I'm trying to create a custom dialog in powerpoint VBA which will act a
little like the Slide Finder function where a user can scroll through
thumbnails of generic slides, click on one they want, and it's inserted into
their presentation. It seems that webbrowser may do the trick. Am I right
to think this, and do you think I'll be able to develop such a thing with
just VBA?

Many thanks
 
K

Karl E. Peterson

Thom said:
I'm trying to create a custom dialog in powerpoint VBA which will act
a little like the Slide Finder function where a user can scroll
through thumbnails of generic slides, click on one they want, and
it's inserted into their presentation. It seems that webbrowser may
do the trick. Am I right to think this, and do you think I'll be
able to develop such a thing with just VBA?

A webbrowser sounds like horrendous overhead for a task like this. Why not just use
the built-in Image control?
 
S

Steve Rindsberg

I'm trying to create a custom dialog in powerpoint VBA which will act a
little like the Slide Finder function where a user can scroll through
thumbnails of generic slides, click on one they want, and it's inserted into
their presentation. It seems that webbrowser may do the trick. Am I right
to think this, and do you think I'll be able to develop such a thing with
just VBA?

What Karl said.

But you ARE aware of the Insert, Slides, From File gadget already built into
PPT, right?
 

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