Quote Originally Posted by softv View Post
Dear Krool,

I observed the following with respect to VirtualCombo.

1. In your demo, I changed the style of 'VirtualCombo1' to 0 and then ran the demo.
2. In the starting screen, I clicked the combo's chevron to see the list drop down and selected an item (say 'item6').
3. Then, I clicked the chevron again to close the list.
4. Then, I again clicked the chevron to see the list drop down.
5. What happens now is that the first 2 characters "it" get displayed (highlighted) in the typing area and 'item0' gets selected in the list.
6. If I am right, I think this happens because "VListBox1_FindVirtualItem" event gets called with SearchText as "it", when I click the chevron again (in Step 4)

I actually tried with one of my own VirtualCombos too with some words filled in it (Apple, Bag, Basket, Ball, Cat). Same thing happens. For instance, I select 'Ball' and close the list. Then, if I click the chevron again, 'Ba' appears highlighted in the typing area with 'Bag' selected in the list.

So, what to do if the above issue should not arise?

Taking this opportunity to thank you once again for all your free controls.

Kind regards.
Dear Krool,

If and when your time permits, kindly please let me know whether any solution exists for the issue above I have observed (I have provided the steps to produce it too).

The issue again, in a gist, is:
The selected item in a VirtualCombo changes to some other item upon DropDown of the list again. Not only that. The first two characters in the new(but wrong) item gets displayed in the typing area, in highlighted state. This issue happens when the style of the virtual combo is set to 0 (vbcStyleDropDownCombo).

Thanks and Kind regards.