-
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.
-
I guess somewhere you are instantiating the controls
set mycontrol = somethingorother
at the end of the relavent procedure
code
set mycontrol=nothing
hope that helps
see SET in vb help for more info
DocZaf
{;->