R
russell.thamm
Hi,
I am having problems with PowerPoint resizing ActiveX controls.
I have two controls on a slide. When I "show the slide", the controls
are enlarged (but not in proportion to the slide). So one control
covers the other and often one or both extend past the slide bounds.
Even worse, when the slide show ends, the controls do not return to the
correct size. On each successive showing, the controls get bigger and
bigger.
I can use Basic code to set the controls to the correct size and
position on the slide, but am unsure on where to put the code. The code
needs to be executed when the slide is shown. Neither of the two
automatically generated functions appear to be the place for putting
the code.
Is there an equivalent to OnSlideInit() that I can hook into?
I've seen suggestions that ActiveX controls should be placed in a User
Form rather than a slide, but when I try this PowerPoint just crashes.
I'd be grateful for any pointers
cheers
Russell Thamm
I am having problems with PowerPoint resizing ActiveX controls.
I have two controls on a slide. When I "show the slide", the controls
are enlarged (but not in proportion to the slide). So one control
covers the other and often one or both extend past the slide bounds.
Even worse, when the slide show ends, the controls do not return to the
correct size. On each successive showing, the controls get bigger and
bigger.
I can use Basic code to set the controls to the correct size and
position on the slide, but am unsure on where to put the code. The code
needs to be executed when the slide is shown. Neither of the two
automatically generated functions appear to be the place for putting
the code.
Is there an equivalent to OnSlideInit() that I can hook into?
I've seen suggestions that ActiveX controls should be placed in a User
Form rather than a slide, but when I try this PowerPoint just crashes.
I'd be grateful for any pointers
cheers
Russell Thamm