03-21-2010 05:16 PM
I'm working on a Labview video player with four instances of VLC embedded in it, as ActiveX controls. After some help from the forum, it runs very well, but I would like to implement custom right-click menu's for the ActiveX windows. Currently, nothing happens when the user right-clicks on the ActiveX control. I've tried enabling the shortcut menu, editing the menu, etc, and nothing worked. I've tried overlaying another transparent control over top of the ActiveX window, but the ActiveX control seems to want to be on top no matter what I do. Any ideas?
Running LV 8.6.1f
03-22-2010 04:05 AM
i tried the same with windows media player since i dont have VLC.. Did you use the shortcut menu activation property? see the attched vi
03-22-2010 01:25 PM
03-22-2010 11:58 PM
You said "but I would like to implement custom right-click menu's for the ActiveX windows"
so the program is designed to set menu items programmatically.
Guru
08-29-2012 09:30 AM
Hi Guru,
Thanks for your information..Its working..I have used farpoint Spreadsheet activex control in my labview application in which i tried to use shortcut activation menu (IInsert Row and Delete Row).. Last two days i tried different different methods and lost in that.. atlast i googled and got your forum reply..Its simple solution which i missed to notice..Thanks again..