To anyone who might be able to help.
I'm trying to derive the index of any random item in a populated combobox
dropdownlist when the mousepointer is over the item. Seems to me it should
be possible since the item "highlights " when the mouse passes over the
different items listed, but the end user hasn't yet "clicked/selected" any
specific item. I know it can be done with a listbox. Basically looking for
the LB_ITEMFROMPOIN T equivalent for Comboboxes. Does anyone have any idea
how to accomplish this with a combobox? Please help.
I'm trying to derive the index of any random item in a populated combobox
dropdownlist when the mousepointer is over the item. Seems to me it should
be possible since the item "highlights " when the mouse passes over the
different items listed, but the end user hasn't yet "clicked/selected" any
specific item. I know it can be done with a listbox. Basically looking for
the LB_ITEMFROMPOIN T equivalent for Comboboxes. Does anyone have any idea
how to accomplish this with a combobox? Please help.
Comment