adspace
How do I get the Tab key to be treated like a normal character?
Answer Posted / Anuj Kumar
To treat the Tab key as a normal character, handle the KeyPress event of your control and check for the KeyChar being vbTab. If it is, you can use e.Handled = False to allow the default behavior (moving focus to the next control) instead of the beep sound.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Specify technical & functional architecture of your last 2 projects.
How would you activate animation control?
Draw Sequence Modal of DAO and Explain?
How do I force a file dialogue box to reread the currect disk?
How do I make the mouse cursor invisible/visible?
How do I tell when an application executed using the SHELL command is finished?
How would you attach pictures in column headers of List View Control?
With in the form we want to check all the text box control are typed or not? How?