Windows: Get message sent to a parent window?
Posted
by Rosarch
on Stack Overflow
See other posts from Stack Overflow
or by Rosarch
Published on 2010-06-10T20:34:43Z
Indexed on
2010/06/13
10:12 UTC
Read the original article
Hit count: 220
Windows
Using a EM_SETEVENTMASK
message can set which notifications a rich edit control sends to its parent window. How can I intercept/be notified of these messages?
Ideally, I'd have a callback that I could register with certain notifications.
© Stack Overflow or respective owner