cvi中怎么把graph控件的图像拷贝到word中
求助,cvi中怎么把graph控件的图像拷贝到word中,具体用到什么函数?谢谢 Plots a bitmapped image from a file onto a graph control.The origin of the image is expressed in terms of the x and y coordinates of the graph. The origin pinpoints the lower left corner of the image.
Prototype
int PlotBitmap (int Panel_Handle, int Control_ID, double X, double Y, double Width, double Height, char Filename[]);
先看这个函数,再去看关于word报表的例子 谢谢,但我调试时出现一个问题labwindows/cvi message。A non-debuggable thread is trying to suspend execution。 并且程序一切正常,保存结果也对,就是多了对话框的提示
页:
[1]