Simple Powerpoint Pia Applicat
We need an application in C# that runs along side and interacts with Microsoft PowerPoint. The purpose is to log PowerPoint slideshow sessions.
The application should run on XP, Vista, and Windows 7. Both with PowerPoint 2003 & 2007. When the app starts it should lunch the power point application (if it’s not running) and attach to it.
Then it should listen for these PowerPoint events and log them to a XML file:
Open Presentation – open a <slideshow> node and log the filename, time in <open> <filename> </filename> <time> </time> </open>
Start Slideshow – log the time in <start>
Slide Change – log the new slide number, the time, and the previous slide number in <slideChange> <current></current> <previous></previous> <time></time> </slideChange>
Slideshow End – Log in time in <end> and close </slideshow>
Feel free to ask questions. Thanks



