06-11-2019 11:54 AM
Hello,
In Visual Studio there is the method FormClosing which lets you perform some actions when the CloseWindow icon is pressed and before the application closes
Is there an equivalent way to achieve the same in LabView ? I want to close an instrument connection and some other housekeeping actions if the operator presses the Close Windows icon.
Thanks
David DLC
06-11-2019 12:27 PM
Use a "panel close?" filtering event. Discard if necessary, then close by other means once all shutdown code has completed.