home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / tedevkit / ctrl.rc < prev    next >
Text File  |  1993-11-22  |  449b  |  18 lines

  1. #include "windows.h"
  2.  
  3. /******************************************************************************
  4.     Section A.
  5.     This section is specific to the demo program and not to
  6.     be included into your applications resource file.
  7. *******************************************************************************/
  8.  
  9. #include "ter.h"
  10. #include "ctrl.h"
  11. #include "ctrl_dlg.dlg"
  12.  
  13. DemoMenu MENU
  14. BEGIN
  15.     MENUITEM "&Edit",    IDM_EDIT
  16. END
  17.  
  18.