User Profile

Collapse

Profile Sidebar

Collapse
Screener
Screener
Last Activity: Mar 3 '08, 09:58 AM
Joined: Mar 3 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Screener
    replied to Typing application
    thanks alot you've been a great help
    See more | Go to post

    Leave a comment:


  • Screener
    replied to Typing application
    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 strip
    See more | Go to post

    Leave a comment:


  • Screener
    replied to Typing application
    Thank you so much Veena, that worked :)
    See more | Go to post

    Leave a comment:


  • Screener
    replied to Typing application
    how do I apply what you wrote on the next letter ?

    should I an if statement ?
    See more | Go to post

    Leave a comment:


  • Screener
    replied to Typing application
    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 ?!
    See more | Go to post

    Leave a comment:


  • Screener
    replied to Typing application
    that's what I did for all characters. I used the TextBox_KeyDown , how can I use it for the shift key?
    See more | Go to post

    Leave a comment:


  • Screener
    started a topic Typing application

    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...
    See more | Go to post
No activity results to display
Show More
Working...