Click here to Skip to main content
15,896,726 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
I have mdi form and mdi child. How to access data or component in mdi form from mdi child ?
Posted

1 solution

If using C++/CLI use the Parent property of the MdiChild class.
If using MFC, use AfxGetMainWnd function.
 
Share this answer
 

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