I must program a test sequence (communicate with GPIB-devices an so on). The test sequence must be started with a click on a command button.
If the user clicks on this button while test sequence is running, the test starts all over after sequence is finished.
How can I kill all user activity (mouse and kexboard)?
I tryed it with SetInputMode and SetCtrlAttribute (dimmed). But I have still the same problem.
I'm using CVI 6.0.
Thanks for your help.