Link to home
Start Free TrialLog in
Avatar of Degrave
Degrave

asked on

Using MSChart Control in Visual C++

How can I use the MSChart Control in a Visual C++ application. I have problems with finding a way to put the data in the Chart control. The problem is, I can't find information about this topic. Everything I find is based on VB programs.
Avatar of chensu
chensu
Flag of Canada image

ASKER CERTIFIED SOLUTION
Avatar of V_Bapat
V_Bapat
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Degrave
Degrave

ASKER

Thanks V_Bapat,

I used the your example and it worked.
Now I can use the Ms Chart function.
Is it also possibble to use the Ms Graph 97 from MsOffice in a Visual C++ project++. Its possible to use it in a VB project.

I think it should be possible. Is msgraph97 an ocx file? I could not find this file on my PC.
In case you have it would you mind sending it to me? Also send .REG file also. It is required to create license entries in the registry.

Thanks in advance.

Vicky
(vicky@miel.mot.com)
Avatar of Degrave

ASKER

V_Bapat,

MsGraph97 isn't a .OCX file but a .EXE file. I thind it is delivered with Ms Office (Acces). If you have Ms Office, you can find it in that Map.
Is it possible to use executables in a VC++ project???

Thanks