Click here to Skip to main content
15,895,746 members
Articles / Desktop Programming / MFC

2D Animated Charts

Rate me:
Please Sign up or sign in to vote.
3.73/5 (35 votes)
24 Jan 2005CPOL6 min read 236.9K   9.5K   114  
An article on creating 2D animated charts using Windows GDI.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by CGRAPHEXAMPLE.RC
//
#define IDD_ABOUTBOX				100
#define IDR_MAINFRAME				128
#define IDR_CGRAPHTYPE				129
#define ID_OBJECT_GRAPH_1			40000
#define ID_OBJECT_GRAPH_2			40001
#define ID_OBJECT_GRAPH_3			40002
#define ID_OBJECT_GRAPH_4			40003
#define ID_OBJECT_GRAPH_5			40004
#define ID_OBJECT_GRAPH_6			40005
#define ID_OBJECT_GRAPH_7			40006
#define ID_OBJECT_GRAPH_8			40007
#define ID_OBJECT_GRAPH_9			40008
#define ID_OBJECT_GRAPH_10			40009
#define ID_OBJECT_GRAPH_11			40010
#define ID_OBJECT_GRAPH_12			40011
// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS			1
#define _APS_NEXT_RESOURCE_VALUE	130
#define _APS_NEXT_CONTROL_VALUE		1000
#define _APS_NEXT_SYMED_VALUE		101
#define _APS_NEXT_COMMAND_VALUE		32771
#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) Elektromehanika d.o.o. Nis
Serbia Serbia
He has a master degree in Computer Science at Faculty of Electronics in Nis (Serbia), and works as a C++/C# application developer for Windows platforms since 2001. He likes traveling, reading and meeting new people and cultures.

Comments and Discussions