home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / winnt / dlgedit / readme.txt < prev    next >
Text File  |  1996-01-25  |  721b  |  20 lines

  1. Dialog Editor
  2.  
  3.  
  4. The DlgEdit tool allows you to design and test a dialog box on a display 
  5. screen instead of defining dialog box statements in a resource script. You
  6. can use DlgEdit to create new dialog boxes and to add or remove controls 
  7. from an existing dialog box. You can then compile this resource file
  8. using the resource compiler. The binary output from the resource
  9. compiler can then be linked into your application's executable file.
  10.  
  11. DlgEdit demonstrates the following techniques:
  12.  
  13. 1. Creating dialog boxes.
  14. 2. Reading and writing resource files.
  15. 3. Creating control windows.
  16. 4. Creating a help file.
  17. 5. Creating custom controls.
  18. 6. Creating groups of controls.
  19. 7. Working with include files.
  20.