I am about to program a Powerpoint Tool. In this tool, I would like to allow users to select one or more slides out of a Powerpoint presentation. For this, I would like a slide preview on a VBA form in powerpoint to allow the user to select the desired slides. But I have no idea how this could be done, since there are no OLE components available in Powerpoint VBA that would permit this slide preview on the form.
I even tried to create a VB activeX dll with an OLE object showing the Powerpoint presentation on a VB form, but this doesn't work properly (can't select a slide other than the first one to be showed on the form, unless the OLE object is activated. But this also activates Powerpoint on the VB form...).
Any ideas are very welcome!
I even tried to create a VB activeX dll with an OLE object showing the Powerpoint presentation on a VB form, but this doesn't work properly (can't select a slide other than the first one to be showed on the form, unless the OLE object is activated. But this also activates Powerpoint on the VB form...).
Any ideas are very welcome!