12-18-2017 01:41 AM
Hi,
I would like to close the default browser using labview, I know how to close a VI for example, but I do not know how to close the browser because is not the same process.
Could you help me?
Thanks in advance.
12-18-2017 01:43 AM
Hi, following with the same topic, I saw that you know a lot about labview,
I would like to close the default browser using labview, I know how to close a VI for example, but I do not know how to close the browser because is not the same process.
Could you help me?
Thanks in advance.
12-18-2017 11:15 AM
12-18-2017 12:08 PM
Taskkill works, but a slightly more graceful way might be to issue the close window command which is more like clicking the red X.
http://digital.ni.com/public.nsf/allkb/81E9C1441900FFCE8625748F0055DBB0
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
12-18-2017 02:09 PM
Hi,
I used this example. It works with LabView and another app that I have but it doesn't work with Google Chrome, I've tried Google, Google Chrome, Chorme, Chrome.exe... and I couldn't close it.
Do you know why?
12-18-2017 02:22 PM
Hi,
Thanks a lot. It works perfectly.
I would like to ask you if you could help me on the following problem.
I have a program on labview which the front panel can not disappear because I have to see constantly what is happening, it has to be always visible on the screen.
Problem:
The program send a http comand from labview to chrome to download a file, so chrome oppens it automatically and I do not want that, after the download has been produce, I have to close chrome to continue watching the front panel.
Do you know how I can open the Google Chrome Minimized using Open URL with the default browser?
I think that if I download the file with the chrome minimized and then I close Chrome using this intruction taskkill, it would be Perfect.
Thanks in advance.