//***********************************************************************/

// Introduction to Windows Programming

// Example1.rc - Resource definition file

// created:   01/12/95   Rainer Döbele

// modified:

//***********************************************************************/

#include "example1.h"

#include "versinfo.rc"   // Add program and version information

// Icon resources

ICON_APPWND  ICON  "example1.ico"

Back to tutorial