Powerpoint Add-In: Add a Button to PPT to SyntaxHighlight a Textbox
        Posted  
        
            by Tigraine
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tigraine
        
        
        
        Published on 2010-03-25T08:28:24Z
        Indexed on 
            2010/03/25
            8:33 UTC
        
        
        Read the original article
        Hit count: 739
        
.NET
|powerpoint
Hi Guys, I am trying to write an Add-In to Powerpoint that does basically one thing: Give users a Button somewhere to click, once they click on it the currently selected TextField should get syntax highlighted.
The Syntax highlighting part is easy, I'm just having a real hard time finding some good information on how to successfully interact with Powerpoint from code. There are some MSDN articles highlighting how to add controls on document start or AddSlide, but no good information on how to extend the UI.
Has anyone had some experience in this field and could point me to some resource that may help?
Also, I am running Powerpoint 2007 while my customer may end up running PPT2003. How is the backwards compatibility of the Add-ins?
greetings Daniel
© Stack Overflow or respective owner