Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

How to cancel default cursor on CWIMAQViewer?

How to cancel default cursor on CWIMAQViewer when I attach an image to CWIMAQViewer? i.e. I want to use arrow cursor to replace it and I don't want have any function of CWIMAQViewer.Such as push the left mouse key down and so on.
0 Kudos
Message 1 of 2
(3,072 Views)
Hello,

If you want to select arrow as cursor you need to call the following line in your code:
CWIMAQViewer1.Tool = cwimaqToolSelection
If you also want to disable right click menu items, call the following:
CWIMAQViewer1.MenuItems = 0

Hope this helps

Regards,

Yusuf C.
Applications Engineering
National Instruments
0 Kudos
Message 2 of 2
(3,072 Views)