I've tried this and worked fine (with dropstyle set to all options though)
VB Code:
  1. Private Sub ComboBox1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles ComboBox1.Click
  2.         MessageBox.Show("Click event was fired")
  3. End Sub