Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Difference between a functionkey and a pushbutton
Message
De
07/07/2000 03:52:12
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Titre:
Difference between a functionkey and a pushbutton
Divers
Thread ID:
00389333
Message ID:
00389333
Vues:
60
On my form everything is disabled and it holds a datagrid, keypreview is true.
When I press a functionkey the datagrid has to be enabled, the current row has to be highlighted and when I press the down arrow key I have to scroll in the grid.
This code written under the functionkey doesn’t work, when I put the same code under a pushbutton it works.
Code:
With dgdgrid
.Enabled = True
.MarqueeStyle = 3
.SetFocus
End With

Can someone please tell me why it doesn’t work under a functionkey and what the solution is?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform