|
Language: Visual Basic Expertise: Beginner
Feb 1, 2001
Create a Shortcut Key For a TextBox
Associate a label that describes what the text box is meant for.
For example, a label with the caption 'Name' would be a good pair for a text box wherein you enter the name of a person/company.
Set the tabindex property of the textbox control. Label the control in such a way that the textbox control's tabindex is just one greater than the label control
Matheswaran Narayanasamy
|