...keep mouse pointer within the confines of one VI's front panel?
Hello, a LV newbie here. Here's my situation.
I have a "Main" LV program that uses a GPIB-controlled DMM (Keithley 2700) to take a scan of current measurements. However, before taking the current measurements, the source voltage must first be calibrated. So I came-up with a quick program to continuously read the voltage while you're adjusting the potentiometer. It uses the same DMM. I have a Boolean indicator on the front panel of this small program that indicates that the DMM is busy, and the Main Program "Current Scan" should not be attemped. It is impractical to stop either program -- they both run continuously and are open side-by-side.
***So I try to wait for my "Meter Busy" indicator to go out on the small program before pressing the "Current Scan" button on the main program.***
But, being human, sometimes I jump-the-gun and press the "Current Scan" button on the main program before the voltage-read program has relinquished control. The resulting conflict is not good.

Is there a way to keep the mouse pointer confined to within the bounds of the small program so long as the "Meter Busy" light is on? I already have the right conditions and timing. I just need to tie-into that Boolean wire somehow and eliminate human error. That would completely solve my problem.
Thanks in advance!