No Funciona KeyPress al Tener el Foco en DataGrid

28/02/2006 - 02:02 por Daniel H. Villa | Informe spam
Hola Grupo:

Utilizo el Keypress para que cuando pulse la tecla ESC me cierre mi Forma,
sin embargo ya no funciona cuando mi cursor esta en un DataGrid. En
el evento Keypress de la Forma tengo este código:

Private Sub frmSurtido_KeyPress(ByVal sender As Object, ByVal e As
System.Windows.Forms.KeyPressEventArgs) Handles MyBase.KeyPress

If (e.KeyChar = Microsoft.VisualBasic.ChrW(27)) Then

Me.Close()

End If

End Sub

Solo funciona si el cursor no esta en el DataGrid.
Ojala y alguien me pueda ayudar
Salu2 Cordiales

¸,ø¤º°`°º¤ø,¸ L.I. Daniel H. Villa°`°º¤ø,¸¸,ø¤º°
 

Leer las respuestas

#1 Diego Cofré
28/02/2006 - 15:28 | Informe spam
Daniel:
Setea la propiedad KeyPreview del formulario en True.
Saludos
Lic. Diego Cofré
Desarrollador
EWAVE GROUP S.A
www.e-wavegroup.com

Preguntas similares