I tried PostMessage as well
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
How do you use it? What message ID do you use?
-
The child probably wont see the message because the parent isn't passing it up. Very few messages are passed from a parent to a child unless you specify it beyond the obvious stuff like keyboard and mouse. Depending on the ID it isn't clear to me a message will be passed to a child window I need to know more about the window types and flags involved.
In vino veritas