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: 

Hiding taskbar icon.

When I launch MS Access using ActiveX in Labview, I can hide the window of Access using Property node with property visible = false. However, this doesn't hide the Access icon in the Windows taskbar. How can I hide it? My goal is to make the communication with Access invisible to the user of my programme.
0 Kudos
Message 1 of 3
(4,300 Views)
"Tifa" wrote in message
news:50650000000800000076220000-993342863000@exchange.ni.com...
> When I launch MS Access using ActiveX in Labview, I can hide the
> window of Access using Property node with property visible = false.
> However, this doesn't hide the Access icon in the Windows taskbar. How
> can I hide it? My goal is to make the communication with Access
> invisible to the user of my programme.


It'll be easier to hide the whole taskbar.


George
http://george-zou.sinacity.com
0 Kudos
Message 2 of 3
(4,300 Views)
You can use the hide window option of the show window fuction in the
user32.dll for windows. Docs and help at vbapi.com.

http://vbapi.com/ref/s/showwindow.html to be exact.

You may also need to hide the additional taskbar entry that labview adds by
default.

Do this by adding HideRootWindow=True to your labview or exe ini file.

Mike

----- Original Message -----
From: "Tifa"
Newsgroups: comp.lang.labview
Sent: Monday, June 25, 2001 3:45 AM
Subject: Hiding taskbar icon.


> When I launch MS Access using ActiveX in Labview, I can hide the
> window of Access using Property node with property visible = false.
> However, this doesn't hide the Access icon in the Windows taskbar. How
> can I hide it? My goal is to make the communication with Access
> invisible to th
e user of my programme.
0 Kudos
Message 3 of 3
(4,300 Views)