LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Mulitple task bar buttons for a LabVIEW executable

I have lost count of how many times people asked me why my application has 2 buttons on the Windows task bar. Today I set out to discover why indeed.
 
After a few tries I established that LabVIEW 7.1 executables generate either one or two buttons on the Windows task bar when running. The difference seems to stem from the Window Appearance settings in the VI Properties. For example, an executable built from a VI with "default" appearance will create 2 buttons, while the one from a "dialog" VI - only one.
 
Since I normally use custom window appearence, I tried to pinpoint the specific property the controlls this behavior. So far it's still not clear.
 
Has anyone looked into this?
0 Kudos
Message 1 of 3
(2,675 Views)

Create an ini file for your application, containing the following line:

HideRootWindow=True

For more details, see e.g.:

http://forums.ni.com/ni/board/message?board.id=170&message.id=48575#M48575

Message 2 of 3
(2,665 Views)
It worked! Thank you! Zador.
0 Kudos
Message 3 of 3
(2,662 Views)