Hi Everyone,
Can someone explain to me exactly what happens to Windows messages in DDT? Let's say I have a control on a dialog and I've created a callback for both. When a message is sent to the control from Windows, what happens to that message if I respond or don't respond to it (ie setting the value of the callback function to the value of the message)? I'm trying to understand the Control Callback-->Dialog Callback-->Windows Default Window Handler relationship and when messages fall through and when they don't? Is this in the help file somewhere? I hope this is clear what I'm asking. Thanks in advance for your help,
-------------
[email protected]
Can someone explain to me exactly what happens to Windows messages in DDT? Let's say I have a control on a dialog and I've created a callback for both. When a message is sent to the control from Windows, what happens to that message if I respond or don't respond to it (ie setting the value of the callback function to the value of the message)? I'm trying to understand the Control Callback-->Dialog Callback-->Windows Default Window Handler relationship and when messages fall through and when they don't? Is this in the help file somewhere? I hope this is clear what I'm asking. Thanks in advance for your help,
-------------
[email protected]
Comment