CDialogBase MFC dialog base class

Based on the dialog base class abstracted from message mapping, business development only needs to inherit this class. This parent class can already meet a large number of business scenarios. For example, creating a modal dialog box or a non-modal dialog box, etc., is only encapsulated. #pragma once #include “common.h” /****************************************************** ************************/ /* \t Based […]