LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Minimizing LabVIEW application to system tray or running it as a Windows process

Hi Nitin,

 

did you read message #4? It's all you need - when putting the icon to the tray you can minimize or hide the frontpanel...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 11 of 14
(1,687 Views)

Hi GredW,

               Actually what you say is correct but when i minimize my front panel i can also see the Taskbar icon of my front panel since i only need the icon to be displayed in the system tray icon .How can i remove that??? Also in my project what i want is even if close my Front panel the program should run in background and display that in my system tray icon list that it is running.How can i do that??

 

Thanks,

 

Nitin

0 Kudos
Message 12 of 14
(1,681 Views)

Hi Nitin,

 

you need to hide the frontpanel and additionally use the INI file key HideRootWindow (set to TRUE)...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 13 of 14
(1,677 Views)

Hi GerdW,

               I was able to hide my FP by using the following snippet.Can you tell me where can i get the ini file key HideRootWindow.Also what i wanted to know is when i hide my FP i should be able to open it back using my System tray icon how can i do that???

 

Thanks,

 

Nitin

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