I have an ActiveX Control that can be used in Powerpoint.

I found out that the control, if put into multiple slides, all get initialized when the presentation is opened. However, the terminate event is not fired until the presentation is exited.

Is there a way to get the controls to terminate then reinstantiated as you move from slide to slide? Basically the control is switching from RunTime to DesignTime inbetween each slide.

Need help on this badly.