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
190
UltraComboEditor and SendKeys with AutoComplete
posted

I am using the UltraComboEditor in 13.2.20132.2016.

I use the following to to send keys to the UltraComboEditor

SendKeys.SendWait("A")

Everything works well as long as AutoCompleteMode is set toDefault

If I change the AutoCompleteMode to Suggest.  When the drop down list opens with suggestions, the key just closed the list.  I have tried calling the .CloseUp() function before sending the keys, but it didn't work.

Does anybody know of a workaround?

Thanks

Parents Reply Children