home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_01_04 / 1n04078c < prev    next >
Text File  |  1990-08-05  |  444b  |  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.