Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Escape to exit VB6 form
Message
De
08/02/2001 14:49:57
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Using Escape to exit VB6 form
Divers
Thread ID:
00474138
Message ID:
00474138
Vues:
117
How can I have the escape key close a form in VB6 without having any buttons on a form.

I would like to have objects on the screen but no Close button, only the Close X in the top right hand corner. However, I do want the Escape key to close the current form.

The following will not work in my form's keypress event.

'''''''''''''''
Private Sub Form_KeyPress(KeyAscii As Integer)
If KeyAscii = 27 Then
End
End If
End Sub
'''''''''''''''

Thanks,

Jerryt
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform