Strange KeyDown problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ucasesoftware

    #1

    Strange KeyDown problem

    I have a 2 tabpage :

    tapPage 1 :
    one combobox with a keydown event :

    Private Sub cbClients_KeyDo wn(ByVal sender As Object, ByVal e As
    System.Windows. Forms.KeyEventA rgs) Handles cbClients.KeyDo wn
    If e.KeyValue = System.Windows. Forms.Keys.Retu rn Then
    messagebox("Hel lo")
    end if
    end sub

    in second tapPage : one form with a button...

    PROBLEM :
    When i submit the form in tapPage 2.... and after i return
    TapPageOne... the keyDown of the combobox doesn't fired !!!! ????

    That's so strange... and i don't know how to resolve my problem :(

  • Cor Ligthert [MVP]

    #2
    Re: Strange KeyDown problem

    Usasesoftware,

    I am not sure if it is this one, however I thought that this is a known bug.

    Cor


    Comment

    Working...