LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Stopping the execution of a pps slideshow

Solved!
Go to solution

How can I stop the execution of a pps presentation in labview? I have a block diagram to run a pps file, but how can I stop the execution?

0 Kudos
Message 1 of 7
(2,818 Views)

Can you show a VI that shows how you are executing this .pps slideshow?

 

It is hard to give you an answer on how to stop it if we don't have any idea of how you started it.

0 Kudos
Message 2 of 7
(2,812 Views)

I need some block or command to stop the execution of the slideshow

0 Kudos
Message 3 of 7
(2,809 Views)

This one is part of the examples that labview provides... and works fine

0 Kudos
Message 4 of 7
(2,807 Views)

But I still need to stop the execution of the slide show in a certain way

0 Kudos
Message 5 of 7
(2,802 Views)
Solution
Accepted by topic author bebo_lm

Go back to the wire that comes out of the Open node.  Right click and select Create Method.  That will allow you to create a method on the application class.  There is a method called Quit.

 

As long as you don't allow your VI to finish and close the reference to the application, you can use that method when you need to in order to quit powerpoint.

 

0 Kudos
Message 6 of 7
(2,791 Views)

Thanks!!!

0 Kudos
Message 7 of 7
(2,783 Views)