Hi,
if I use 2 (or more) comboboxes with the same name, only certain control messages for the controlindexes behind the first get called. I can catch for example CBN_CLOSEUP but not CBN_SELCHANGE (so I can not react if an item is changed via keyboard). Same applies for textboxes: EN_CHANGE is called, but not EN_SETFOCUS/EN_KILLFOCUS.
Is this a known (or maybe wanted) issue?
Hi Rainer,
Looks like you're right. I just created a simple example and the SELCHANGE is not firing. I examined the generated code and it looks like the SELCHANGE is being sent twice for the first control in the control array and not for the first and second control like it should.
I will fix this ASAP.
Thanks