home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / v / vlistbox.zip / LISTTEST.RC < prev    next >
Text File  |  1992-11-17  |  304b  |  18 lines

  1. #include "LISTTEST.h"
  2.  
  3. Icon                icon    msdn.ico
  4.  
  5. LISTTEST MENU
  6.   BEGIN
  7.     MENUITEM "Dialog", IDM_DIALOG
  8.   END
  9.  
  10. #include "LISTTEST.DLG"
  11.  
  12.  
  13. STRINGTABLE
  14. BEGIN
  15.   IDS_ERR_CREATE_WINDOW,    "Window creation failed!"
  16.   IDS_ERR_REGISTER_CLASS,   "Error registering window class"
  17. END
  18.