W
WineNCheese
Hello,
I have a form which contains a panel which contains a tab control. I want
to trap the TCN_SELCHANGING event in WndProc in the form and prevent tab
changes in certain scenarios. If I remove the panel control such that the
tab control is a child of the form, I receive the message just fine. If the
panel control is inserted, the message seems to gets eaten. Is there an
easy way to cause the panel control to forward notifications? Or do I have
to derive my own panel control?
Thanks!
I have a form which contains a panel which contains a tab control. I want
to trap the TCN_SELCHANGING event in WndProc in the form and prevent tab
changes in certain scenarios. If I remove the panel control such that the
tab control is a child of the form, I receive the message just fine. If the
panel control is inserted, the message seems to gets eaten. Is there an
easy way to cause the panel control to forward notifications? Or do I have
to derive my own panel control?
Thanks!