T
Thomas Tutko
I have a VB.NET project that pulls data from an access database and creates a
power point presentation using that data at the click of a button. After the
presentation is built, i use ppPres.SlideShowSettings.Run() to run the
presentation and then the presentation is saved, closed, and Powerpoint
application is exited (ppObj.Quit()). The problem I am having is that I want
the user to be able to see the presentation and click through it until it
exits before powerpoint is closed. Currently it is flashing the presentation
on the screen for a very brief moment and then shutting down. How do I make
my program wait for the presentation to end?
power point presentation using that data at the click of a button. After the
presentation is built, i use ppPres.SlideShowSettings.Run() to run the
presentation and then the presentation is saved, closed, and Powerpoint
application is exited (ppObj.Quit()). The problem I am having is that I want
the user to be able to see the presentation and click through it until it
exits before powerpoint is closed. Currently it is flashing the presentation
on the screen for a very brief moment and then shutting down. How do I make
my program wait for the presentation to end?