Click here to Skip to main content
15,893,381 members
Articles / Programming Languages / C++

Screen Saver AppWizard

Rate me:
Please Sign up or sign in to vote.
4.97/5 (14 votes)
17 Jun 2004CPOL5 min read 49.5K   760   23  
An article on creating a Screen Saver AppWizard
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ScreenSaverWizard.rc
//
#define IDI_SCREENSAVERWIZARD           1

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        121
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Italy Italy
Worked as a Java developer targeting J2EE and J2SE for half a decade.

Now he's employed for Avanade as a Senior Associate Consultant on Microsoft technologies.

His hobbies are Win32 programming using SDK, MFC, ATL and COM; playing guitar and listening to music.

Comments and Discussions