- // there is no return value for the CBN_ notifications, so always return
- // false from here to pass the message to DefWindowProc()
+ // let the def window proc have it by returning false, but do not pass the
+ // message we've already handled here (notably CBN_SELCHANGE) to the base
+ // class as it would generate another event for them