|
|
Highlights
All Snippets
Top 100 Snippets
Librarians
gbCodeLib
By Language
VB6
JavaScript
Perl
HTML
SQL
Java
DOS
|
GBIC >>
Source Code >>
Visual Basic >> Snippet
|
Textbox - use Enter as TAB
'put this in the textbox click event
If
KeyAscii
=
vbKeyEnter
Then
KeyAscii
=
vbKeyTAB
|
|
|
|