08-07-2005 10:01 PM
08-08-2005 10:12 AM
SHORT GetKeyState( int nVirtKey // virtual-key code );
function of windows SDK library.
Let me know if you have trouble using this. I think I have wrote a function before. I can find it
and post it here if you need.
08-08-2005 10:16 AM
virtualkey for escape is
VK_ESCAPE
or
0x1B.
08-08-2005 05:46 PM
Thanks for the tip, Sheetal. Looks like it will take me a while to see if this will work. If you have a function that you wrote, I would be interested in looking at it. Thanks again.
Craig
08-09-2005 07:58 AM