home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / appwiz / hierwiz / template / confirm.inf < prev    next >
Text File  |  1998-03-05  |  452b  |  23 lines

  1.  
  2. HierSever AppWizard will create project:
  3. Named: $$root$$.mak
  4.  
  5. Features:
  6. Your HierSever project will have: 
  7.     A default Tree View 
  8. $$IF(WANTS_TEXTVIEW)
  9.     A Text View 
  10. $$ENDIF
  11.  
  12. Your default sample text will come from:
  13. $$IF(OPEN_FILE)
  14.     The sample file: $$hiersample$$
  15. $$ENDIF
  16. $$IF(USER_INPUT_DATA)
  17.     The data you entered which is stored as 
  18.     text file: "$$root$$.txt"
  19. $$ENDIF
  20. $$IF(NO_INPUT_DATA)
  21.     You will not have sample data
  22. $$ENDIF
  23.