R
robotman
I'm trying to capture key presses in a text control on a form and need
to use KeyUp event (vs. Keypress) so I can capture the arrow keys.
It doesn't appear that KeyUp distinguishes between '<' and ',' (since
they are both the same key on the keyboard).
Am I missing something? Is there some event that captures arrow keys
AND would distinguish between '<' and ','?
Thanks.
John
to use KeyUp event (vs. Keypress) so I can capture the arrow keys.
It doesn't appear that KeyUp distinguishes between '<' and ',' (since
they are both the same key on the keyboard).
Am I missing something? Is there some event that captures arrow keys
AND would distinguish between '<' and ','?
Thanks.
John