ppescher / resizablelib

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

Add #define BASE_DIALOG_CLASS CDialog to be able to switch to the new… #21

Open 0ric1 opened 4 years ago

0ric1 commented 4 years ago

…er CDialogEx, that can have background color and a background image, more easily.

0ric1 commented 4 years ago

This (CDialogEx) derivation is also needed if you want to use the new CMFCPopupMenu else it does not work correctly.

ppescher commented 4 years ago

I would rather add a CResizableDialogEx class, but I would also need a demo project for that.

ppescher commented 4 years ago

I tried this with a background image and it does not redraw correctly, so I think it's not just a matter of changing the base class.