Click here to Skip to main content
15,892,059 members
Articles / Web Development / HTML

Flicker Free Drawing In MFC

Rate me:
Please Sign up or sign in to vote.
4.96/5 (174 votes)
25 Mar 2002CPOL1 min read 1.2M   18K   314  
A simple animation example which is used to show CMemDC in several modes
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ParticleTestCtl.rc
//

#define IDS_PARTICLETESTCTL               1
#define IDS_PARTICLETESTCTL_PPG           2

#define IDS_PARTICLETESTCTL_PPG_CAPTION   200

#define IDD_PROPPAGE_PARTICLETESTCTL      200

#define IDD_ABOUTBOX_PARTICLETESTCTL      1

#define IDB_PARTICLETESTCTL               1

#define IDI_ABOUTDLL				1

#define _APS_NEXT_RESOURCE_VALUE        201
#define _APS_NEXT_CONTROL_VALUE         201
#define _APS_NEXT_SYMED_VALUE           101
#define _APS_NEXT_COMMAND_VALUE         32768

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)
United States United States
I work at Tektronix in Beaverton OR. I've been programming for fun since 1975 (I started while in a Computer Explorer Scout group in Spokane WA). I've been programming in C since 1979 and I've been working professionally since 1983.

I really enjoy www.codeproject.com. It has saved me an incredible amount of time. I only hope my small contributions have given back some of what I've taken.

Comments and Discussions