Vorrei riportare questa discussione apparsa nella M.L.I.:
« Don't know if it's just a misunderstanding.
If I change the ReadOnly-Property of a Combobox to true,
it doens't raise a change-event when I switch between elements.
In a ReadOnly-false-combobox it works fine.
piet »
« The Change event is only for Read-Write combo-box, because it is the
Change event of the internal TextBox used by the ComboBox.
Use the Click event for Read-Only combo-box.
Regards,
--
Benoît Minisini »