>A) -- could not find how to select a graph for copying,
>the keyfocus property alone did not select the graph.
You can't select an object, and copy it at run time.
Only works when the VI is in edit mode.
With keyboard simulation, you can copy the whole front
panel to clipboard.
>B) -- don't know what/how to call
>"copy_graphics_to_clipboard" function of kernel32
There is no single function can do this.
I created VIs to capture part of the screen, and place
it on clipboard. My VIs can also place the image data
return from "Get Image" method to clipboard. Demo of
my VI can be found at:
http://gtoolbox.yeah.net
George Zou
George Zou