Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

Printing CWgraph from VB

I check out the ComponentWorks help and found an example of printing a
CWGraph with Visual C++. Could you give me a tip, link of example code for
printing a CWGrap from VB6?
0 Kudos
Message 1 of 2
(3,534 Views)
"Yuriev Olmos" wrote:
>I check out the ComponentWorks help and found an example of printing a>CWGraph
with Visual C++. Could you give me a tip, link of example code for>printing
a CWGrap from VB6?>>>

Try the following code:

Printer.ScaleMode = vbInches
Printer.PaintPicture CWGraph1.ControlImage, 0.25, 0.25, 4#, 3#
Printer.EndDoc
Message 2 of 2
(3,534 Views)