Thread
:
capturing the tab key ( in a datagrid )
View Single Post
03-02-2006, 05:19 AM
#
2
(
permalink
)
PUN1SH3R
Registered User
Join Date: Mar 2006
Location: Ontario, Canada
Posts: 5
What you can do is for the KeyDown event of the datagrid you can capture the Tab key by using the following code.
Code:
If e.KeyCode = Keys.Tab Then 'Move down instead of across. End If
PUN1SH3R
View Public Profile
Find More Posts by PUN1SH3R