LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to (programmatically?) change the name of the taskbar button for an executable

Solved!
Go to solution

@daveTW wrote:

Hello all,

 

to show the problem, I made a VI and an EXE from this (LV2010SP1)

  


Ah, now understand.

 

Properties.png

 

Andrey.

 

Message 11 of 14
(1,272 Views)

Hello Andrey,

 

this is the solution! Bravissimo!

 

 

Greets, Dave
0 Kudos
Message 12 of 14
(1,253 Views)
Solution
Accepted by topic author cpschnuffel

Hello all,

@Andrey: Thanks a lot for your suggestion: This got me on the right track!

 

The final malefactor is the "Allow user to minimize window" checkbox. You have to check this to get your window title as taskbar button name; otherwise you only get the name of the executable.

To avoid TWO taskbar buttons for the executable, you also have to uncheck the "Show front panel when loaded" option (by the way: you can also solve this by adding "HideRootWindow = True" to the executable's INI file, but this file is rewritten every time you rebuild your executable).

 

See attached image.

 

Regards,

cpschnuffel

 

 

0 Kudos
Message 13 of 14
(1,251 Views)

I thought your intent was to change the name that appears in the taskbar after the application has been built. ????

0 Kudos
Message 14 of 14
(1,233 Views)