|
-
Apr 28th, 2000, 02:32 AM
#1
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.
-
Apr 29th, 2000, 09:59 AM
#2
Fanatic Member
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
{;->
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|