Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

how to print the CWGraph control using Visual C++ ?


0 Kudos
Message 1 of 2
(5,533 Views)
It sounds like you are using the the ActiveX control directly, not our ComponentWorks++ tools for Visual C++. If you have MStudio, there is an example for printing a graph that ships with the VC++ tools. Just look in your MeasurementStudio\VC\Examples\UI\Common\Printing directory. Also, just a note, to view all the shipping examples in VC++ you can load the Examples workspace (.dsw) in your MeasurementStudio\VC\Examples directory. If you aren't using our VC++ Tools and are using the control directly with VC++ wrapper classes, the example code will still show you what to do, but you will use the CWGraph class instead of the CNiGraph class.

Best Regards,

Chris Matthews
Measurement Studio Support Manager
0 Kudos
Message 2 of 2
(5,533 Views)