<<-;snip;->>>
P.S What is the effect of myControl.SubclassDlgItem( IDC_XX, this )? It
Quote:
>seems to me that this will send all control notification messages to the
>control? Doesn't it do this anyway without the subclass?
No, the default behaviour is to send the message to the parent (the Dialog).
You can make the control handle the message though, using message reflection
(it's round-about, but that's the way the MSFT guys designed it ;-O)
Murali Krishna Devarakonda