LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need to Get VK_Media_Stop type keys but standard keyevent does not capture this.

I need to obtain the following

 

Keyboard keys

#define         VK_BROWSER_BACK       0xA6;   // Windows 2000/XP: Browser Back key#define         VK_MEDIA_NEXT_TRACK   0xB0;   // Windows 2000/XP: Next Track key#define         VK_MEDIA_PREV_TRACK   0xB1;   // Windows 2000/XP: Previous Track key#define         VK_MEDIA_STOP         0xB2;   // Windows 2000/XP: Stop Track key#define         VK_MEDIA_PLAY_PAUSE   0xB3;   // Windows 2000/XP: Play/Pause Track key The key are on the keyboard, but are  the only keys the Event can not detect.(All other keys can be detected.) Does labVIEW have a way to get the value when these keys are pressed?. Is so can someone direct me to a site or example page.       
0 Kudos
Message 1 of 2
(2,787 Views)

Hi TwoCentsHappy,

i think it should be possible with this library.

http://zone.ni.com/devzone/cda/epd/p/id/4394

 

Mike

Message 2 of 2
(2,775 Views)