Add the control to the dialog

Use MFC to add the control to the dialog.
To add the control to the dialog
:
  1. In MFC, open the
    Project
    dialog (not the
    About
    box, if there is one).
  2. Add the
    Batch Phase Execution
    control to the dialog from the
    Control
    toolbar.
    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
Have questions or feedback about this documentation? Please submit your feedback here.
Normal