03-28-2006 02:07 PM
03-28-2006 02:33 PM
03-28-2006 03:17 PM
Thanks to Greg for his reply.
Unfortunately I am using LV7.1 and I really need an inverse "SYSTEM EXEC.vi" Something that can stop any application like sysexec can start any application.The programs I need to control are not set up for ACTIVE-X (unless they don't have to be).
George
03-28-2006 04:24 PM
03-28-2006 04:35 PM
03-28-2006 06:45 PM
George,
All you need to do is find the window handle of the application. Try lvwutil32.zip on NI website.
See http://digital.ni.com/public.nsf/allkb/2986FC3AE5CC1E3C86256C3F006EE656
George Zou
03-29-2006 07:40 AM
Thanks to all for responding
So far, I tried the window handle method. It works. It looks like you can close any open window app. Essentially an inverse SYSEXEC.vi.
This solution was from George Zou.
George Belva