Hi I am getting a DivideByZeroException on a Invoke statement to update some controls on the GUI. It occurs when I start a timer that is displayed on the GUI (so the GUI label is always updating), and an event fires to update another form control. I guess my question is can this be done?
this is the command that produces the error:
this.Invoke(theDelegateMethod, new object[] { current_runtime_state, coupler_current_state, vehicle_detect_current_state, barcode_scanned,
let_current_state, vehicle_bypass, coupler_bypass, standalone_mode});
any help is appriciated,
thanks
Ross