LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Mouse Events at the icon in systray.

I try to work with this tool LabviewTraIcon (WindowsXP and LV 7.1), but i recive a error -2147417851, i did play with the application, the error is comming, when i make two o more calls to restore the front panel

 

can you help please

 

Regards Marcelo

Message Edited by Marcelo MGA on 01-13-2006 05:07 AM

0 Kudos
Message 11 of 22
(6,562 Views)
What is  LabviewTraIcon ?  Did you  mean INVtray? 
 
Assuming it is could you email me the example that is causing the error.
 
 
Thanks,
 
George Miles
INVENTEERING, Inc.
gmiles@inventeering.com
0 Kudos
Message 12 of 22
(6,535 Views)


@Marcelo MGA wrote:
I try to work with this tool LabviewTraIcon (WindowsXP and LV 7.1), but i recive a error -2147417851, i did play with the application, the error is comming, when i make two o more calls to restore the front panel

It's unclear. Did you get it to work at all?
The problem comes from the example, which suggests you didn't.

If not, you probably didn't install the ActiveX control properly. Make sure you follow all the instructions and that your user has sufficient privileges to install it.


___________________
Try to take over the world!
0 Kudos
Message 13 of 22
(6,522 Views)

Hi,guys

I just want not to user the ActiveX--asxTrayIcon, bcs I think the Windows API is rather better than ActiveX.

However,I don't know how to create tray icon menu item and how to get the menu event. 

Rumcajs ,did you finish your work with Windows API?

0 Kudos
Message 14 of 22
(5,895 Views)

INVtray LabVIEW Toolkit  is an Activex that uses the windows API.

and it works.

0 Kudos
Message 15 of 22
(5,887 Views)

I made a Vi with the example in the tool----LabVIEW TrayIcon,it seems run well

However,after I build this VI into an exe application,when I run it, it still stay in taskbar even if I minimize it clicking the tray icon!!!

0 Kudos
Message 16 of 22
(5,862 Views)
Add the line HideRootWindow=True to your EXE's INI file under the section [FOO] where FOO is the name of your executable without the .exe extension.

___________________
Try to take over the world!
Message 17 of 22
(5,859 Views)
tst ,thanks a lot!
I have done successfully as you said.Smiley Very Happy
0 Kudos
Message 18 of 22
(5,816 Views)

Hi all,

 

I see this thread is old but I find KileenC' ActiveX Server very simple and useful.

 

I have two questions about it:

 

1. Can I use it in my commercial applications? Could I have some legal problems?

 

2. To use it in a distributed application, is it needed to register only the ActiveX Server installed by setup? (AxsTrayIcon.exe)

I check it and it works. Have I missed anything?

 

 

 

0 Kudos
Message 19 of 22
(4,550 Views)

HI,

 

I have used the MySystrayIcon.zip to create the system tray icon.

 

I work on LabView 8.5 

 

Can anyone help me to create the menu and mouse events for the same using Windows dll.

 

Regards,

Sowmya

0 Kudos
Message 20 of 22
(3,859 Views)