Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to stop the datadridview press enter go to next record?
Message
From
08/03/2011 03:16:07
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
How to stop the datadridview press enter go to next record?
Environment versions
Environment:
VB 9.0
OS:
Windows XP
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01502893
Message ID:
01502893
Views:
82
HI, ALL
i have a datagridview show 3 record, i want to press enter do something , code i know..... but i don't want press enter, the
Datagridview will go to next record, this is Datagridview build-in function, or i can close this function,thx?


Private Sub QuohdrDataGridView_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles QuohdrDataGridView.KeyDown
If e.KeyCode = Keys.Enter Then

..............

End If

End Sub
Next
Reply
Map
View

Click here to load this message in the networking platform