M
M.M Ansari
Hi All,
why keydown event is functioning properly as it was in VB6.? I have the
following declaration. It is catchig Alphanumeric Keys but not the function
and tab key. following is the syntax;
Private Sub cmb1_KeyDown(ByVal sender As Object, ByVal e As
System.Windows.Forms.KeyEventArgs) Handles cmb1.KeyDown
If e.KeyCode = Keys.Tab Then
messagebox.show "Tab is pressed"
End If
End Sub
any reason?
thanks in advance.
Ansai
why keydown event is functioning properly as it was in VB6.? I have the
following declaration. It is catchig Alphanumeric Keys but not the function
and tab key. following is the syntax;
Private Sub cmb1_KeyDown(ByVal sender As Object, ByVal e As
System.Windows.Forms.KeyEventArgs) Handles cmb1.KeyDown
If e.KeyCode = Keys.Tab Then
messagebox.show "Tab is pressed"
End If
End Sub
any reason?
thanks in advance.
Ansai