shofmann
July 22nd, 2005, 04:17 AM
I have a problem, that some Events (OnLeave, OnSelectedIndex) of my
ComboBoxes (Visual C++.NET) are not thrown(?) or caught(?). Others work for instance, OnSelectedIndexCommitted. Why is this?
The ComboBoxes have the "DropDownList" style and they are located in a subform in a TabControl in a GroupBox. But the OnLeave events of other components (e.g. GroupBoxes, the subformular) are not called.
Where could the error be?
Can anyone explain to me, how to make these Events accessible, or how to throw them?
Thank you, in advance!
ComboBoxes (Visual C++.NET) are not thrown(?) or caught(?). Others work for instance, OnSelectedIndexCommitted. Why is this?
The ComboBoxes have the "DropDownList" style and they are located in a subform in a TabControl in a GroupBox. But the OnLeave events of other components (e.g. GroupBoxes, the subformular) are not called.
Where could the error be?
Can anyone explain to me, how to make these Events accessible, or how to throw them?
Thank you, in advance!