LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Active X Menu Refnum

I am trying to find an active x menu refnum so that i can check and uncheck a right click menu option.
Does anybody know how to do this?
 
Marcus
0 Kudos
Message 1 of 2
(2,294 Views)

"MarcusG" <x@no.email> wrote in message news:1173886815108-491618@exchange.ni.com...
I am trying to find an active x menu refnum so that i can check and uncheck a right click menu option.
Does anybody know how to do this?
&nbsp;
Marcus



Perhaps this is what you want: http://forums.ni.com/ni/board/message?board.id=170&message.id=63271&requireLogin=False ?


Hopefully you know that menus in labview can be accessed with a ref from "Current VI's Menubar"? You can't actually trigger a menu item, but you can tag and untag them (and insert, delete enable/disable items).


Note that controls and menus (everything in LabVIEW) is drawn with native LabVIEW routines (so it's platform independant). So it's not likely that the menus are activex controls.


Regards,


Wiebe.
0 Kudos
Message 2 of 2
(2,289 Views)