• Select File New from the Developer Studio Menu. Create a new MFC AppWizard (.exe) project.
  • Once your new project is open, select Insert Resource from the Developer Studio Menu.
  • Now you need to connect the dialog box that was created in the previous step to a class in your C++ program.
  • Now you need to declare an instance of your class and set up a message handler that will open the dialog box when the user selects a menu choice.