resizablelib
resizablelib copied to clipboard
Add #define BASE_DIALOG_CLASS CDialog to be able to switch to the new…
…er CDialogEx, that can have background color and a background image, more easily.
This (CDialogEx) derivation is also needed if you want to use the new CMFCPopupMenu else it does not work correctly.
I would rather add a CResizableDialogEx class, but I would also need a demo project for that.
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.