Hi:
I have a CLASS module I wrote cDropDown which works as a combo box.
This class creates a ListView to act as the drop down list when the button is pressed.
EVERYTHING works as it should until I have Multiple Combo Boxes on a Panel.
If you press the button on one combo box the ListView shows and then if you press the button on another combo button the other ListView shows but the first one still shows because you did not select anything.
Is there someway I can realize that the listview has lost focus so that I can close (hide) it's listview.
So clicking on a a different combo box button without selecting anything from the first will close the first?
BobVal
I have a CLASS module I wrote cDropDown which works as a combo box.
This class creates a ListView to act as the drop down list when the button is pressed.
EVERYTHING works as it should until I have Multiple Combo Boxes on a Panel.
If you press the button on one combo box the ListView shows and then if you press the button on another combo button the other ListView shows but the first one still shows because you did not select anything.
Is there someway I can realize that the listview has lost focus so that I can close (hide) it's listview.
So clicking on a a different combo box button without selecting anything from the first will close the first?
BobVal