Add the control to the dialog
Use MFC to add the control to the dialog.
To add the control to the dialog
:- In MFC, open theProjectdialog (not theAboutbox, if there is one).
- Add theBatch Phase Executioncontrol to the dialog from theControltoolbar.TIP:Add one instance of the control for each phase.The resource ID assigned here is used to create event handlers (the framework for phase logic). The resource ID is associated with a member variable that allows access to the phase properties from within the source code.
Provide Feedback