Doubleclick event in Combo Box

  • Thread starter Thread starter Derek Martin
  • Start date Start date
D

Derek Martin

Hi there, I have a combobox that I am loading up with some data and an edit
button. The edit button that fires takes the selected index item inside the
combo box and passes it on. I want to deploy a doubleclick event on the
combobox to do the same thing the edit button does.

Anyone know how to do this?

Thanks,
Derek
 
* "Derek Martin said:
Hi there, I have a combobox that I am loading up with some data and an edit
button. The edit button that fires takes the selected index item inside the
combo box and passes it on. I want to deploy a doubleclick event on the
combobox to do the same thing the edit button does.

IMO this doesn't make sense because the single click will show the
dropdown part.
 
That was me having an interesting day --- replace all references to Combo
Box with ListBox...oye...how can I handle a double click in a ListBox???

Thanks and sorry for the confusion...
Derek
 
Back
Top