Hi,
I am using teechart activex v7, how do I get the version of the teechart from my code ? I am looking at the teechart object and I don't find any methods. I want a method which returns the version of teechart.
Thanks,
Getting version info
Re: Getting version info
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Getting version info
Hi,
I don't see any such method. I am using vc++ and please note I am using activex V7.
-Thanks
I don't see any such method. I am using vc++ and please note I am using activex V7.
-Thanks
Re: Getting version info
Hi,
If your chart is called m_Chart1, in VC++ 6 you should be able to do:
If your chart is called m_Chart1, in VC++ 6 you should be able to do:
Code: Select all
MessageBox(m_Chart1.GetVersion());
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |