yeah.. for keys a-z and A-Z they are the same as the actual ascii for uppercase chars.

so when you can the WM_KEYUP/DOWN messages... test for 'A', 'B', 'C' etc.... all the other keys have a VK_* constant ...that should get you going...

good luck!
U.