image combo events

G

Gez

Hi,

How do you capture an event directly after an item has been selected on an
"Image" combo. On a normal combo box you get an On Click event but on the
image combo you just get :

On Updated
On Enter
On Exit
On Got Focus
On Lost Focus

I've tried typing a command in like msgbox("hello") for each of the events
to see if anything works but no joy so far.

Gez
 
Top