J
Jakob Lithner
I would like to create a WindowsForms application that displays songtexts on
a projector screen.
The idea is to have a laptop computer running the application and connect a
projector that will display texts on SecondScreen.
I think PowerPoint would be a good mechanism to create the projected
pictures since that will help resizing, providing nice backgrounds, etc.
In the application GUI I would like to provide possibility to either choose
song texts from internal database and generate PowerPoint content on the fly,
or choose prepared external PowerPoint file.
I saw an application doing something similar and I liked the idea but I want
to extend it further.
I found examples on how to automate PowerPoint application.
I have referenced PowerPoint.Interop and Office.Core namespaces and have
been playing around a little. But I realize it is easy to get lost in the
object model. So I think I need some more advice:
1) Is it possible to display PowerPoint content in a slideview control, like
in PowerPoint normal GUI?
2) Should client have full version of PowerPoint or would PowerPoint Viewer
be enough?
3) Does anyone know a good place to get started?
a projector screen.
The idea is to have a laptop computer running the application and connect a
projector that will display texts on SecondScreen.
I think PowerPoint would be a good mechanism to create the projected
pictures since that will help resizing, providing nice backgrounds, etc.
In the application GUI I would like to provide possibility to either choose
song texts from internal database and generate PowerPoint content on the fly,
or choose prepared external PowerPoint file.
I saw an application doing something similar and I liked the idea but I want
to extend it further.
I found examples on how to automate PowerPoint application.
I have referenced PowerPoint.Interop and Office.Core namespaces and have
been playing around a little. But I realize it is easy to get lost in the
object model. So I think I need some more advice:
1) Is it possible to display PowerPoint content in a slideview control, like
in PowerPoint normal GUI?
2) Should client have full version of PowerPoint or would PowerPoint Viewer
be enough?
3) Does anyone know a good place to get started?