Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using MFC, VC++.

A MainTab has 3 sub-dialoges.

When mainTab got the OnSize() or OnSizing() events I can catch that event so I can code inside of the mainTab..

But 3 sub-dialogues cannot be notified the same events at the same time that mainTab got the event.

Is this right? or I have missed some codes?

What I want to solve the problem is how those sub-dialogues get the their parent mainTab's OnSize() event?

Who does suggest the solutions?



Thank you.

What I have tried:

Almost more 2 days are wasted for this problem.
Posted
Updated 25-May-16 23:47pm
v2
Comments
Richard MacCutchan 26-May-16 5:03am    
I am not sure what you are trying to do here, but the obvious solution would be to forward the message (suitably modified) to each sub-dialog.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900