i have some loops running that are infinite (waiting for input from another prog). if the user exits the program with the X in the upper right hand corner of the MDI during the loop, then the .exe still runs after all the form windows close (i know because i tried to recompile to the same name and access was denied - program must still be running right?). I don't think this happens if the user stops the program with the Exit option in my menu (which calls "End"
.
is there a way to disable the X in the upper right hand corner in an MDI form or at least link its clickage to something so that I can call "End" when it happens? thanks
is there a way to disable the X in the upper right hand corner in an MDI form or at least link its clickage to something so that I can call "End" when it happens? thanks