View Single Post
 
Old 09-02-2010, 06:48 AM
kartlee kartlee is offline Windows XP Office 2007
Novice
 
Join Date: Sep 2010
Posts: 1
kartlee is on a distinguished road
Default Powerpoint and Activex

Hi People,
We have written an ActiveX control using C# to use it in Microsoft PowerPoint. The control has following Title: 'Test Viewer'. When I place the control in PowerPoint in edit mode, I see the title in control. But when I print the slide, it show me a big "X" in the print output. Print preview looks proper. I tried using 'PrintDocument' and 'PrintPageEventHandler' in the code but that doesn't seem to hit when printing the slide in PowerPoint edit mode. Can someone throw pointers how to achieve this? Is the data in control need to be communicated in some format?
-Kartlee
Reply With Quote