Click here to Skip to main content
15,896,429 members
Articles / Multimedia / GDI+

A Simple Pie Chart Control

Rate me:
Please Sign up or sign in to vote.
4.85/5 (28 votes)
5 Mar 2009CPOL4 min read 163.1K   6.6K   125  
An article written in to describe a simple pie chart control implemented to be used in MFC applications.
//
// PieChart.RC2 - resources Microsoft Visual C++ does not edit directly
//

#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
// Add manually edited resources here...

/////////////////////////////////////////////////////////////////////////////

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
Student
Canada Canada
Prasad Perera is a software developer who's interested in parallel and distributed computing and graphics programming!

Currently he is following his masters in Concordia University, Montreal.

Comments and Discussions