Results 1 to 2 of 2

Thread: Terminate ActiveX Control

  1. #1
    Guest
    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.

  2. #2
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    554
    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
  •  



Click Here to Expand Forum to Full Width