User Profile
Collapse
-
thanks alot you've been a great help -
there's also a minor problem with the Alt key
when the user presses alt, the corresponding button should be highlighted, but because I have a menu strip in my program, pressing the alt key causes the focus to be on the menu stripLeave a comment:
-
-
how do I apply what you wrote on the next letter ?
should I an if statement ?Leave a comment:
-
thanks alot veena, but my problem is:
when the user press the shift key, how can I make the next letter pressed capital ?
I know when the user presses the shift key using this line of code
Case e.keyCode = Keys.ShiftKey
but how can I make it work, that's capilaizing the next letter ?!Leave a comment:
-
that's what I did for all characters. I used the TextBox_KeyDown , how can I use it for the shift key?Leave a comment:
-
Typing application
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...
No activity results to display
Show More
Leave a comment: