LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

hiding vi while its running

Solved!
Go to solution

Hi....

 

I hav an application that 2 be run all the time in the pc...

 

is there any way to run an exe still hiding it....

 

Before,i solved such a problem with assing the application to task manager.

 

But rather than doing like that,i wud like to know is there any way providede by Labview... to hide the vi wile running,

 

Thank u

0 Kudos
Message 1 of 9
(4,164 Views)

Hi user_1,

there is an invoke node to set the vi visibility.

 

Mike

Message 2 of 9
(4,161 Views)

Hi user_1

 

I had faced a similar challenge recently with one of my customers. Have a look at:

Running a LabVIEW Executable as a Background Process

Message Edited by Adnan Z on 02-18-2009 12:21 PM
Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
Message 3 of 9
(4,160 Views)

Hi....

 

Thank you for your reply.

 

I tried it out..But after making the exe..the vi is  minimised in the task bar..In development mode,eems to be ok...

 

How to fix the problem related to exe...

 

Thanks again..

0 Kudos
Message 4 of 9
(4,125 Views)
Solution
Accepted by topic author user_1

It mentions that in the article that I attached:

 

Hiding the Windows Taskbar Entry:

  1. After building the top-level VI into an executable, open its corresponding .ini file. In LabVIEW 7.1 and previous, LabVIEW does not automatically create an .ini file for you upon building of the executable. Running the VI once will create this .ini file automatically (it will be empty).
  2. Verify that the top line of the .ini file is [Application] where "Application.exe" is the name of your executable file.
  3. Add HideRootWindow = True to the .ini file. This will hide the Windows Taskbar Entry for the executable.
  4. Finally, make sure the modified .ini file is placed in the same directory as the executable when the stand-alone application is taken to the target machine.
Unless, I am not understanding you correctly. If so, please be more clear when you explain your issue.
Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
Message 5 of 9
(4,121 Views)

Thank u so much...It works perfectly...

 

Nw i hav another issue(i knw one work around for that).But still wud like to know..is there any way to run an application whenever the pc is switched on...

 

Just as we add to windows task manager(then the application vl run all the time....Some what like tis is there any way to achieve this using NI?

 

Thanks again for the help...

0 Kudos
Message 6 of 9
(4,098 Views)

Yes, You can do this by using the Startup folder or by using the registry on Microsoft Windows. Have a look at the following links:

How Do I Automatically Launch a VI at Startup?
Running a VI when Windows Boots

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 7 of 9
(4,095 Views)

Hi again..

 

I sent the exe to my client pc...

 

But its not hiding....

 

My pc and client pc is having labview 8.0..But in my PC ok..Client pc not ok.

 

Why like this?

 

0 Kudos
Message 8 of 9
(4,060 Views)

Dear All

 

              Is it possible to Hide the EXE Name in the Task Manager 

 

 

Thanks in Advance

 

Prabhakaran.T.J
Sr.Instrumentation Engineer

LabVIEW ,RT,FPGA,DSC,
cRIO,DAQ,PXI,
0 Kudos
Message 9 of 9
(3,928 Views)