ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Windows2k taskbar buttons

After using the App Builder and running my app.exe, I always get
2 taskbar buttons on my Win2k desktop. The first one has the name
of my app.exe, the second the name of the panel window (which is renamed
via 'vi property'). When I right-click the first button, nothing happens,
Win2k just switches to the second button. When I right-click the second
button, the normal context menu arises.
How can I remove the first button?
0 Kudos
Message 1 of 4
(2,993 Views)
excuse me, let me add a question...
is it possible to start an apliction minimized without any taskbar button or
just a tb-icon?
thx

"Gerd W." schrieb im Newsbeitrag
news:76b760f5.0208290427.7c0df1ba@posting.google.com...
> After using the App Builder and running my app.exe, I always get
> 2 taskbar buttons on my Win2k desktop. The first one has the name
> of my app.exe, the second the name of the panel window (which is renamed
> via 'vi property'). When I right-click the first button, nothing happens,
> Win2k just switches to the second button. When I right-click the second
> button, the normal context menu arises.
> How can I remove the first button?
0 Kudos
Message 2 of 4
(2,993 Views)
Add "HideRootWindow=True" to the YourExecutableName.ini file.

Check out this thread ==> "root window labview.ini"

Good Luck,

-Jim
Message 3 of 4
(2,993 Views)
In Windows you can't run LabVIEW apps without a window open. That's why it's called "Windows", I guess.

However, you can register a LabVIEW app as an NT Service.

Do a search on LabVIEW NT Service and you will see lots of results.

Also there is an LTR (http://ltrpub.com) Article written by Joel Sumner titled "Creating a Windows NT Service" which appeared in the Vol 8 No 4 issue.

Good Luck,

-Jim
0 Kudos
Message 4 of 4
(2,993 Views)