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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top