LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

system tray icon

Solved!
Go to solution

How Can I Minimize a VI to an Icon on the Windows(7,8,8.1) System Tray?

0 Kudos
Message 1 of 4
(3,205 Views)
Solution
Accepted by gaurav.k

Using the .NET NotifyIcon class. There is a nice LabVIEW wrapper for the functions available here: https://decibel.ni.com/content/docs/DOC-10683

 

I have used it in the past and apart from a few small memory leaks (see the discussion below) it works very nicely. I have used it stably in an application for nearly two years and have no issues with it.

 

If you also want to hide it from the taskbar you need to put an INI key into your executables .INI file (HideRootWindow = TRUE I think?).

 

(And please don't use large fonts in your posts - the default font size is fine 🙂 )


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 2 of 4
(3,190 Views)

how to use  .NET NotifyIcon class. in labview vi ??

0 Kudos
Message 3 of 4
(3,174 Views)

Click the link I posted above, follow the instructions and it will give you a LabVIEW library and examples of how to use it.


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 4 of 4
(3,165 Views)