Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
615
KeyDown Event For UltraTextEditor is Not Firing For "Enter Key"?
posted

Hai

 

  Private Sub txtTaxId_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles txtTaxId.KeyDown
        If e.KeyCode = Keys.Enter Then
            tabSub.Tabs(1).Selected = True
        End If
    End Sub

 

The above Event is Not Firing .. Instead Form KeyDown Event Gets Fired..!!!

How to get rid of this!!!!

 

With Regards,

Janani.S