axr0284
January 28th, 2005, 04:18 PM
Hi,
I am trying to get a pointer to a child window that is down 3 level from the main window.
The only thing I can start with is AfxGetApp()->m_pMainWnd. This gets me a Cwnd * to the main window. From there on, I have to find a way to get to a certain child window. Can anybody let me know if they are aware of a way to do such a thing. I am using MFC dialogs. Thanks
Amish
I am trying to get a pointer to a child window that is down 3 level from the main window.
The only thing I can start with is AfxGetApp()->m_pMainWnd. This gets me a Cwnd * to the main window. From there on, I have to find a way to get to a certain child window. Can anybody let me know if they are aware of a way to do such a thing. I am using MFC dialogs. Thanks
Amish