LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Mouse Events at the icon in systray.

Hi Sowmya,

did you finished your project with the system tray? If you only want to use windows API functions, then you should use the Windows Message Queue Library to receive the events from the icon. You should use a WM User event. Select it as the callback event and register it at the windows message queue. You will receive all message from the systray icon under this event. You can differ them with the LParam value. If you want to create your own popup menu, then you can use the user32.dll functions to create it and to receive the selected value.

 

Hope it helps.

Mike

 

 

0 Kudos
Message 21 of 22
(1,281 Views)

Hi KileenC,

                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 22 of 22
(624 Views)