Click here to Skip to main content
15,896,063 members
Articles / Desktop Programming / MFC

Using screensavers inside the Windows Media Player

Rate me:
Please Sign up or sign in to vote.
4.94/5 (12 votes)
15 Jul 2011CPOL1 min read 108.5K   3.1K   53  
Wrapping a screensaver inside a WMP visualization plug-in.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by SheepWMP.rc
//
#define IDS_PROJNAME                    100
#define IDS_EFFECTNAME                  101
#define IDS_BARSPRESETNAME              102
#define IDS_SCOPEPRESETNAME             103
#define IDR_SHEEPWMP                    104
#define IDS_STRING104                   104
#define IDS_DEFAULT                     104
#define IDS_DESCRIPTION                 105

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        201
#define _APS_NEXT_COMMAND_VALUE         32768
#define _APS_NEXT_CONTROL_VALUE         201
#define _APS_NEXT_SYMED_VALUE           105
#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
Web Developer
Australia Australia
Developing windows applications for over 15 years now starting on Win 3.1 with Object Oriented Pascal, progressed to C++ and OWL, in 1996 switch to MFC and never looked back, now focusing on .NET/Mono.

Comments and Discussions