I have inherited an application written in C++ Builder 6. When I click the close button on the form (the X in the upper right hand corner of the form), the application form closes. However, when I go to task manager, I still see the .exe file listed. In addition, when I log off the computer, it prompts me to End the Application Now. I need to know if there is some type of blanket statement that can be used in C++ Builder 6 to close all application processes before exiting the application.
Start Free Trial