list - Combo box in vb6 firing on click before i select any item -
i have vb6 application has combo box on it, on combo box _click event have written code noticed event firing when open list of items in combo box, have other combo boxes in application fire _click when item select list not when list opening.
thanks
you meant handle change
event, not click
event.
Comments
Post a Comment