"Sam Behashtei" <[EMAIL PROTECTED]> on Thu, 8 Jan 2004 14:48:14
Is there any way you can get the menu (tags or names) as you move the
mouse(selection) though the menu.  I want to get the menu tags while
I am moving the mouse over the menu names without clicking.


Sam,

Using LabVIEW munu functions, you can get all menu tags.  All you've
to do is figure out which tag.

You can always capture the popup-menu window, and verify if it's
class is LabVIEW menu class.  And then the window title will tell you
it's "File", "Edit", etc...  You can also get the window height, and
cursor position relative to that menu window.  Do a little math,
you should be able to figure out which tag is under the cursor.

George Zou
http://gtoolbox.yeah.net

_________________________________________________________________
Find out everything you need to know about Las Vegas here for that getaway. http://special.msn.com/msnbc/vivalasvegas.armx





Reply via email to