LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how to get the x,y,z position of the mouse in CW_3D GRAPH 6.0?

I  use CW_3D GRAPH 6.0 to plot a 3d data, now I want to get the  x,y,z position of the mouse while it is moveing on the CW_3D GRAPH 6.0?
I want to know whether  it is impossible to get the x,y,z position?
if it is impossible ,how i can get it?
0 Kudos
Message 1 of 2
(2,943 Views)
This is an ActiveX control. It exposes the mouse-move event as an ActiveX event. Check the CW3DGraphLib__DCWGraph3DEventsRegOnMouseMove function in the CVI wrapper instrument for this ActiveX control. For an example of subscribing to activex events, you can check out the samples/activex/excel/excelevents2000 example program.
0 Kudos
Message 2 of 2
(2,915 Views)