hi,
I'm new to VB , and I've created a typing program that displays the character pressed and highlights it on the screen. The program displays the characters on a ReadOnly textbox. I could code all characters including the backspace and the enter. The only problem I'm facing right now is how to make the shift key display capital letters ?
I tryed doing it the hard way with an if statement and then cases of all letters , yet it didn't word :(
I know someone can help, and I hope they will
thank you
I'm new to VB , and I've created a typing program that displays the character pressed and highlights it on the screen. The program displays the characters on a ReadOnly textbox. I could code all characters including the backspace and the enter. The only problem I'm facing right now is how to make the shift key display capital letters ?
I tryed doing it the hard way with an if statement and then cases of all letters , yet it didn't word :(
I know someone can help, and I hope they will
thank you
Comment