CodeGuru
Earthweb Search
Forums Wireless Jars Gamelan Developer.com
CodeGuru Navigation
RSS Feeds

RSSAll

RSSVC++/C++

RSS.NET/C#

RSSVB

See more EarthWeb Network feeds

follow us on Twitter

Member Sign In
User ID:
Password:
Remember Me:
Forgot Password?
Not a member?
Click here for more information and to register.

Become a Marketplace Partner

jobs.internet.com

internet.commerce
Partners & Affiliates
















Home


Multi Line Chart Control
Rating:

Yuheng Zhao (view profile)
August 16, 1998


(continued)



 

Download Source Code

Download Example Project

This control class CLineChartCtrl is derived from CWnd. The original idea and part of the code are from Ken C. Len's CHistogramCtrl. I did some changes to make the control work in multi lines. I was trying to make a CPU usage app that would work both under Windows95/98 and NT, but I failed. I know now how to get CPU usage under Windows 95/98 through the registry (See the article Q174631 from Microsoft). But the code does not work under NT:-).

I found something very interesting in Ndis.vxd(Win95/98) and Ndis.Dll(NT) - there is a function called NdisGetCurrentProcessorCpuUsage(). Will this function solve all the problems? I don't know. I can load the library and receive the address for the function, but I don't have the parameters. If anyone knows anything about it, I will appreciate if you let me know!

The sample project is created and compiled with Visual C++ 5.0 SP3 under Windows 98.

How to use

1. Use the MS Visual C++ dialog editor to place a custom control on the dialog, and enter "LINE_CHART_CTRL" as the Class name.

2. Add a CPieChartCtrl class member in the header file

#include "LineChartCtrl.h"
...
CLineChartCtrl m_wndLineChart;

3. Subclass the class member with the control in InitDialog()

//IDC_LINE_CHART_CTRL is the control ID
m_wndLineChart.SubclassDlgItem(IDC_LINE_CHART_CTRL, this);

4. Initiate the control

m_wndLineChart.Add(RGB(0,255,0),100, 0);
m_wndLineChart.Add(RGB(255,255,0),100, 0);
m_wndLineChart.Add(RGB(0,255,255),100, 0);

SetTimer(1, 500, NULL); // Create a timer to update the control

5. Add update code in OnTimer(UINT nIDEvent)

m_wndLineChart.SetPos(0,nPos0); // nPos0 is the currect postion
m_wndLineChart.SetPos(1,nPos1); // nPos1 is the currect postion
m_wndLineChart.SetPos(2,nPos2); // nPos2 is the currect postion
m_wndLineChart.Go(); // Make sure that the control updates with the new value

Last updated: 13 August 1998

Tools:
Add www.codeguru.com to your favorites
Add www.codeguru.com to your browser search box
IE 7 | Firefox 2.0 | Firefox 1.5.x
Receive news via our XML/RSS feed







RATE THIS ARTICLE:   Excellent  Very Good  Average  Below Average  Poor  

(You must be signed in to rank an article. Not a member? Click here to register)

Latest Comments:
How to add this control to a vIew - Legacy CodeGuru (12/30/2003)
[How to convert this MFC-src into Win32-API] - Legacy CodeGuru (01/28/2003)
Fools rush in - Legacy CodeGuru (04/20/2001)
how modify size of x and y axis?? - Legacy CodeGuru (02/02/2001)
If you like to Zoom ... - Legacy CodeGuru (12/19/2000)

View All Comments
Add a Comment:
Title:
Comment:
Pre-Formatted: Check this if you want the text to display with the formatting as typed (good for source code)



(You must be signed in to comment on an article. Not a member? Click here to register)

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Whitepapers and eBooks

Intel Whitepaper: Comparing Two- and Four-Socket Platforms for Server Virtualization
IBM Solutions Brief: Go Green With IBM System xTM And Intel
HP eBook: Simplifying SQL Server Management
IBM Contest: Are You the Next Superstar? Join the "Search for the XML Superstar" Contest to Find Out
Microsoft PDF: Top 10 Reasons to Move to Server Virtualization with Hyper-V
Microsoft PDF: Six Reasons Why Microsoft's Hyper-V Will Overtake Vmware
Microsoft Step-by-Step Guide: Hyper-V and Failover Clustering
Intel PDF: Quad-Core Impacts More Than the Data Center
Intel PDF: Virtualization Delivers Data Center Efficiency
Go Parallel Article: PDC 2008 in Review
Microsoft PDF: Top 11 Reasons to Upgrade to Windows Server 2008
Avaya Article: Communication-Enabled Mashups: Empowering Both Business Owners and IT
Intel Whitepaper: Building a Real-World Model to Assess Virtualization Platforms
  PDF: Intel Centrino Duo Processor Technology with Intel Core2 Duo Processor
Microsoft Article: Build and Run Virtual Machines with Hyper-V Server 2008
Go Parallel Article: Q&A with a TBB Junkie
IBM Whitepaper: Innovative Collaboration to Advance Your Business
Internet.com eBook: Real Life Rails
IBM eBook: The Pros and Cons of Outsourcing
Internet.com eBook: Best Practices for Developing a Web Site
IBM CXO Whitepaper: The 2008 Global CEO Study "The Enterprise of the Future"
Avaya Article: Call Control XML in Action - A CCXML Auto Attendant
IBM CXO Whitepaper: Unlocking the DNA of the Adaptable Workforce--The Global Human Capital Study 2008
Adobe Acrobat Connect Pro: Web Conferencing and eLearning Whitepapers
HP eBook: Guide to Storage Networking
MORE WHITEPAPERS, EBOOKS, AND ARTICLES