LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Quit Application with "Alt+F4" or "X"-Button

I have created an application with LabWindows/CVI 5.0. To quit the application
I have created a Callback Function which takes care of it. My problem is
now that I'd like also to shut down the application the "standard" windows
way with "Alt+F4" or the little "X" in the application bar. This does not
seem to work and I can not find any information how to do that.

Any help is kindly appreciated

thanks in advance

ps: my OS is: WinNt 4.0 (SP5, Build 1381)
Message 1 of 2
(4,255 Views)
oh well,
few minutes after i had posted my first message i found the solution 🙂

so here is it:
specify a callback function for the main-panel itself. the auto-create the
code for this panel callback. delete all the events you are not interested
in and give the code for the "close-event".

that's it - thanks for reading both messages
Message 2 of 2
(4,255 Views)