home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / wpj_mag / wpjv1n7.zip / INVID.ZIP / INVID.RC < prev    next >
Text File  |  1993-06-08  |  389b  |  16 lines

  1. /* invid.rc -- The resource file for our program */
  2.  
  3. #include "windows.h"
  4.  
  5. invid          ICON    invid.ico
  6.  
  7. /* 
  8. invid1 is the name that we will give to the file invid1.ico when 
  9. the LoadIcon() function is called in the main program invid.c.
  10.  
  11. ICON tells windows that this is an icon resource.
  12.  
  13. invid.ico is the name of the icon file that we created with an icon 
  14. editor.
  15. */
  16.