Click here to Skip to main content
15,884,032 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In MFC, is it permitted to make a class derived from CFrameWnd a child of another class derived from CFrameWnd?


I needed dialigue boxes with split CFormView windows, but soon found out that split windows are possible with only classes that have an OnCreateClient member function so I decided to use a framed window and call BeginModal state in its constructor to convert it to a modal dialogue box before proceeding with window splitting.
What I am not sure of is if this a legal opetation.
Posted
Comments
Richard MacCutchan 21-Feb-14 7:00am    
What happens when you try it?

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