Okay, I'd consider myself a bit of a VB stud, but I still don't understand the difference between the change and click events of a combo box.

Is it that if the user selects something from the combo box (ie., "clicks" on the arrow) I get the click event. If they type something directly in, do I get it? Do I get it if I change it programmatically? And all these questions apply to the change event too!

Also, does the combo box type make any difference to these events? I just wanna get it nailed down...