Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can i do stop the datagridview press enter function?
Message
De
07/03/2011 05:00:15
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
How can i do stop the datagridview press enter function?
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01502814
Message ID:
01502814
Vues:
107
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
Répondre
Fil
Voir

Click here to load this message in the networking platform