Visual Basic - ayuda porfa con msflexgrid

Life is soft - evento anual de software empresarial
 
Vista:

ayuda porfa con msflexgrid

Publicado por jaferes (2 intervenciones) el 24/11/2005 03:37:20
Hola. tengo lo siguiente:
Private Sub MSFlexGrid1_KeyDown(KeyCode As Integer, Shift As Integer)

Select Case KeyCode

Case vbKeyLeft
MSFlexGrid2.SetFocus

Case vbKeyRight
MSFlexGrid3.SetFocus

End Select

End Sub

pero vbKeyRight ni vbKeyleft no responden... si lo hago con otras teclas si me funcionan pero con esta no... alguien me puede ayudar? de antemano mil gracias.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder