LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why do I get 2 entries in System Tray for a LV executable

For every executable produced by Labview, I get two entries in the System Tray. Am I doing something wrong? One entry is all gray with only the name of the executable, the other has the Labview Icon then the name of the Executable.
 
Takes up a lot of space making it hard for the user to know what they are.
 
Thanks for any insite. Not earth shaking, but a nuisance.
 
Thanks again, Bob
0 Kudos
Message 1 of 2
(2,487 Views)
In the ini file for your executable create a section with the same name as the executable and put the follwing key in it:
HideRootWindow=True

That will get rid of the second Task bar listing.



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 2 of 2
(2,482 Views)