03-04-2010 11:48 AM
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.03-05-2010 01:11 AM
Hi TwoCentsHappy,
i think it should be possible with this library.
http://zone.ni.com/devzone/cda/epd/p/id/4394
Mike