E
EatenByAGrue
I have a simple ActiveX project I've added to my solution, generated from the
Visual Studio wizard (ActiveX MFC project). I have added C++ code to my
solution that uses the Office Object Model to add my ActiveX to any
particular slide (using Shapes.AddOLEObject). I need to know whenever my
ActiveX is moved or resized, so I figured it would be easy enough to just
listen for the appropriate events with OnMove or OnSize. Sadly, these never
get called from PowerPoint, with one exception. If I enter Slide Show mode
in PowerPoint, OnMove and OnSize immediately get called. How can I trap
these events in normal editing mode in PowerPoint?
Visual Studio wizard (ActiveX MFC project). I have added C++ code to my
solution that uses the Office Object Model to add my ActiveX to any
particular slide (using Shapes.AddOLEObject). I need to know whenever my
ActiveX is moved or resized, so I figured it would be easy enough to just
listen for the appropriate events with OnMove or OnSize. Sadly, these never
get called from PowerPoint, with one exception. If I enter Slide Show mode
in PowerPoint, OnMove and OnSize immediately get called. How can I trap
these events in normal editing mode in PowerPoint?