Background:
I'm pretty new to C++, so don't bamboozle me with anything too technical.
Also, my company is cheap, very cheap, and I have only got the standard
version of Visual Studio C++.

Problem:
I am looking to create some charts/graphs on my user interface, developed
using forms, something that acts like the performance graph on the Windows
Task Manager. I just assumed that VS would have some sort of graphing as part
of their forms toolbox, this doesn't appear to be the case. I've looked on
newsgroups and various support pages, but with no avail.

Does VS have a graphing capability, and I'm being a bit thick? Or do I have
to get some third party toolbox to do it??

Re: C++ Forms Graphs Charts "How to" by Bob

Bob
Fri Aug 19 04:58:58 CDT 2005

You'll have to grow your own or get in a third party tool.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.





"Jim Bob" <Jim Bob@discussions.microsoft.com> wrote in message
news:07055332-DA86-45BF-9894-EED997628BB0@microsoft.com...
> Background:
> I'm pretty new to C++, so don't bamboozle me with anything too technical.
> Also, my company is cheap, very cheap, and I have only got the standard
> version of Visual Studio C++.
>
> Problem:
> I am looking to create some charts/graphs on my user interface, developed
> using forms, something that acts like the performance graph on the Windows
> Task Manager. I just assumed that VS would have some sort of graphing as
> part
> of their forms toolbox, this doesn't appear to be the case. I've looked on
> newsgroups and various support pages, but with no avail.
>
> Does VS have a graphing capability, and I'm being a bit thick? Or do I
> have
> to get some third party toolbox to do it??



Re: C++ Forms Graphs Charts "How to" by Lloyd

Lloyd
Fri Aug 19 06:35:28 CDT 2005

you'll get some idea there:

http://www.codeproject.com/csharp/SmartThreadPool.asp

although it's C#, it could be used as any other .NET languages, including
ManagedC++

--
If you're in a war, instead of throwing a hand grenade at the enemy, throw
one of those small pumpkins. Maybe it'll make everyone think how stupid war
is, and while they are thinking, you can throw a real grenade at them.
Jack Handey.
"Jim Bob" <Jim Bob@discussions.microsoft.com> wrote in message
news:07055332-DA86-45BF-9894-EED997628BB0@microsoft.com...
> Background:
> I'm pretty new to C++, so don't bamboozle me with anything too technical.
> Also, my company is cheap, very cheap, and I have only got the standard
> version of Visual Studio C++.
>
> Problem:
> I am looking to create some charts/graphs on my user interface, developed
> using forms, something that acts like the performance graph on the Windows
> Task Manager. I just assumed that VS would have some sort of graphing as
> part
> of their forms toolbox, this doesn't appear to be the case. I've looked on
> newsgroups and various support pages, but with no avail.
>
> Does VS have a graphing capability, and I'm being a bit thick? Or do I
> have
> to get some third party toolbox to do it??



Re: C++ Forms Graphs Charts "How to" by Lloyd

Lloyd
Fri Aug 19 07:06:54 CDT 2005

if your company is so poor you could consider #develop, it's free!
http://www.ICSharpCode.net

--
If you're in a war, instead of throwing a hand grenade at the enemy, throw
one of those small pumpkins. Maybe it'll make everyone think how stupid war
is, and while they are thinking, you can throw a real grenade at them.
Jack Handey.
"Jim Bob" <Jim Bob@discussions.microsoft.com> wrote in message
news:07055332-DA86-45BF-9894-EED997628BB0@microsoft.com...
> Background:
> I'm pretty new to C++, so don't bamboozle me with anything too technical.
> Also, my company is cheap, very cheap, and I have only got the standard
> version of Visual Studio C++.
>
> Problem:
> I am looking to create some charts/graphs on my user interface, developed
> using forms, something that acts like the performance graph on the Windows
> Task Manager. I just assumed that VS would have some sort of graphing as
> part
> of their forms toolbox, this doesn't appear to be the case. I've looked on
> newsgroups and various support pages, but with no avail.
>
> Does VS have a graphing capability, and I'm being a bit thick? Or do I
> have
> to get some third party toolbox to do it??