stylonurus
Programmer
Hi I have a ComboBox which can contain up to 10 strings. I would like to be able to bring up a dialog box when I right click one of the items in the ComboBox. I would like to list two actions in the dialog box; clear and delete.
I think the clear should be easy and so should the delete but I would need the index location of the item in the ComboBox where the right click took place.
I've looked under the Events in the IDE for the ComboxBox. The closest event is the OnClick event. I'm currently still on my search. I appreciate any leads from any of you experts. Thanks
Rick Eis
I think the clear should be easy and so should the delete but I would need the index location of the item in the ComboBox where the right click took place.
I've looked under the Events in the IDE for the ComboxBox. The closest event is the OnClick event. I'm currently still on my search. I appreciate any leads from any of you experts. Thanks
Rick Eis