problem with VK key code in win2k
Hi everyone,
I would appreciate if anyone of you can help to enlighten me on this. I
have a remote controller which plugs into the USB port and any buttons
pressed on the remote control will generate a keyboard sequence such as
CTRL+F11 for instance. I wrote a program to intercept the keyboard sequence
generated and send it to my child program, so it would appear like the
remote control is "talking" to my child program. the problem I face now is
that it works perfectly in winxp, both home adn professional, and even on
Win2003. But the same program fail on win2k series. Basically, the commands
coming in from the USB port would not contain the function key code, which
is te VK key code. it has the comb key code such as CTRL, SHIFT etc. To
prevent messing up other unrelated program from being affected, I used
F13-F24 for the VK key code. so what comes in is of the form, CTRL+F13,
SHIFT+F16 etc. Has anyone faced this before ? please enlughten me on this, I
am at my wits end.
date: Wed, 8 Jun 2005 15:19:34 +0800
author: John Ng