home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib1 / v_01_04 / 1n04078c < prev    next >
Encoding:
Text File  |  1995-11-01  |  444 b   |  12 lines

  1.  
  2. Figure 3: Steps to create a dialog box
  3. --------------------------------------
  4. 1. Define a macro for each dialog control in a header file
  5. 2. Use Dialog Editor to create the dialog box resource.
  6. 3. Copy the resource from the DLG file into your RC file.
  7. 4. Create a dialog function.
  8. 5. Write a function prototype for the dialog function.
  9. 6. Write set up code for dialog box.
  10. 7. Declare dialog function in EXPORTS section of DEF file.
  11.  
  12.