06-28-2008 04:45 PM
Solved! Go to Solution.
06-28-2008 05:39 PM - edited 06-28-2008 05:40 PM
06-29-2008 06:41 AM - edited 06-29-2008 06:43 AM
06-29-2008 08:36 AM
Not in this fashion (that I know of).
To catch the Atl-key you could build a menu with _keys and declare them in the menu item name. Place an underscore in front of the letter you want underlined.
The ALT key is registered as a system key on Windows platforms. All system keys, regardless of OS, are sent to the OS and LabVIEW does not ever get the message.
Have a look at Khalid's example and some other examples in this thread.
He makes a call to the Windows API to intercept the ALT key press.
RayR