Hello,
when I close my program (QUIT Button LabWindows) I thought with the line "DiscardPanel (MainPanelHandle); " the program gets closed and the application does not run anymore. But now I have seen that after this call every button I have in my application gets called and closed with the return 0. Can somebody explain why I have this and if this is normal? Every button of my application works with the event "EVENT_COMMIT".
Hope someone can help me.
Best regards