LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Closing an application

I am trying to close an application window in windows 98, and i don't
know how to do it.
If anyone can help me i'll apperciate it
Thanx

Paul


Sent via Deja.com http://www.deja.com/
Before you buy.
0 Kudos
Message 1 of 3
(2,911 Views)
Click the little black "X" in the upper right-hand corner of the window. 😉
0 Kudos
Message 2 of 3
(2,911 Views)
If you want to use LabView to programmatically close another application, you can use VIs from WinUtil.llb, which you can download from NI by clicking here.
Look at an example like Maximize Window.vi. If you pull down the list on the diagram that's set to Maximize Window, you'll see Quit Application. This VI takes as an input either the window refnum or the window name (from the title bar).
0 Kudos
Message 3 of 3
(2,911 Views)