On Sat Mar 16 18:33:23 2024 +0000, Zebediah Figura wrote:
A message hook does not at all look like the right way to handle this. Can we not get the right messages from the dialog procedure? And if not, even subclassing the dialog wndproc seems better.
I attempted to use a subclass however it just end up drawing badly and the dialog didn't get the key press message. Not sure, what I missed though.
Do dialogs box actually get a key press message?