Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can i do stop the datagridview press enter function?
Message
From
07/03/2011 05:00:15
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
How can i do stop the datagridview press enter function?
Environment versions
Environment:
VB 9.0
OS:
Windows XP
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01502814
Message ID:
01502814
Views:
106
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
Reply
Map
View

Click here to load this message in the networking platform