I've an editable combobox, which allow user to enter some text & hit "enter" to search, then the combobox will dropdown with the value (working fine).
What I try to do now is use the Hardware.Keydown(13) to simulate "Enter" when user click on search button, but seems like the keydown even does not capture by the keyDownEvent :sign0085:
What I try to do now is use the Hardware.Keydown(13) to simulate "Enter" when user click on search button, but seems like the keydown even does not capture by the keyDownEvent :sign0085: