11-11-2015 08:59 AM
Hi
I am using the attached VI to simulate a mouse click. I noticed that my coordinated change from screen to screen. How do I fix that (matching resolution maybe???)
Thanks
Solved! Go to Solution.
11-11-2015 09:47 AM - edited 11-11-2015 09:48 AM
What does your question even mean?
Besides posting a VI that is just annoying because it takes control of your mouse, what is your VI supposed to demonstrate?
(For anyone who runs this VI with continuous Run mode, remember that Ctrl-period will need to be used to abort this VI.)
11-11-2015 09:52 AM
The coordinates you get are of the entire screen canvas, they are not specific to each monitor. There is a property (App -> Disp.AllMonitors) that gets the resolution of each display - you can probably do some simple maths to translate the coordinates from one screen to another.