It can be done by using directly IAutoComplete2 interface with ACO_UPDOWNKEYDROPSLIST flag
Then you can simulate Key Down for example to show the list
I tested on Set Focus , but you can do it on Mouse enter or any other event =>
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hallo,
Is there a way to show auto complete items on mouse enter ?. It works when i type the first letter but i want it when i put the cursor on the textbox. is it possible?
Thanks
It can be done by using directly IAutoComplete2 interface with ACO_UPDOWNKEYDROPSLIST flag
Then you can simulate Key Down for example to show the list
I tested on Set Focus , but you can do it on Mouse enter or any other event =>
Hello,
A TextBox setup for autocomplete does not have a method and event to display the autocomplete list on mouse event. You would have to write a custom TextBox which would be a good deal of work to accomplish what you are asking for.