I haven't used TRACE much and noticed something. I have a main dialog and one child dialog. Both are modal with separate callbacks. My assumption was that whichever dialog was active would be the only one sending anything to its appropriate callback. What TRACE showed me was that's true for the main dialog, but when the child is active there are still occasional passes through the main callback. Is that normal?
Thanks,
Conrad
Thanks,
Conrad
Comment