ppescher / resizablelib

A set of MFC classes to easily make resizable windows
Other
54 stars 27 forks source link

How to use it in vs 2019 MFC MDI or MFC SDI? #27

Open s249263431 opened 3 years ago

s249263431 commented 3 years ago

in vs 2019 ,CFrameWndEx is parent class for CMainFrame

ppescher commented 3 years ago

Why don't you make a copy of CResizableFrame to CResizableFrameEx, where you replace CFrameWnd with CFrameWndEx, and use that as the parent of your main frame window?

It might need some tweaks, but that should do it.