In my app I have programmable keyboard and I need to take input from my key that is pressed.
When I program keyboard keys for example one key is $65$, #a45a# ….
I have tried on KeyPress event, but only argument that I have is e.KeyChar which is char and take only one character from my input, for example when I press key with value $65$ e.KeyChar is only $.
Does anybody now how to solve this problem.
Thank you……
Have you tried the
KeyUpevent? It receives more detailed key information.