could somebody tell me how to open the font selector, language selector dialogs, etc. programmatically in a powerpoint 2007 add-in? In addition to that I need the returnvalues from the dialogs (i.e. the fontname, etc.)
THANK YOU
could somebody tell me how to open the font selector, language selector dialogs, etc. programmatically in a powerpoint 2007 add-in? In addition to that I need the returnvalues from the dialogs (i.e. the fontname, etc.)
THANK YOU
I know this is a bit late. This works for me in 2010 - please see this post
PowerPoint Open "Record Slide Show" Dialog and detect if Presentation has a recording c# addin
You will need to find the equivalent for "RecordNarration" but it should work for you.
Trev
there is nothing special in VSTO that can do it for you, you will have to use wpf/winform, you may have a look at fontdialog class