12-17-2014 04:31 PM
Hi, anyone know a way of disabling all user control on the mouse? I am controlling the mouse movement programatically and but still have the ability to move the mouse in a limited way. Once I begin to move the mouse programatically I want no user input on the mouse control at all. So if the user grabs the mouse when I am moving it, he cannot change the curser position even for a moment.
I do not want to eliminate the ability to hit the escape key though, so that the user can interupt the programmatic mouse movement should they want to.
Just do not want them to be able to move the cursor at all.
Thanks
12-18-2014 03:47 PM
Hello Br0ce77,
There is no pre-built way to do this in LabWindows/CVI. I would probably suggest generally searching how to do this in your language instead.
Best wishes!