T
tim johnson
I would like to identify with the KeyDown event when a
user enters lowercase i and o and upper case I and O.
I have been able to get the lowercase keycode as 73 and
79. I am having a problem for uppercase because I have to
hold the Shift key down and this complicates it.
How can I get the keycode for uppercase I and O using the
KeyDown procedure?
Thanks
user enters lowercase i and o and upper case I and O.
I have been able to get the lowercase keycode as 73 and
79. I am having a problem for uppercase because I have to
hold the Shift key down and this complicates it.
How can I get the keycode for uppercase I and O using the
KeyDown procedure?
Thanks