devxlogo

Exiting Program after Windows Close

Question:
Just recently I noticed that if I close my app while it is minimized, the app seems to be left in memory and is still recognized by Windows as still running. How do I end the app correctly?

Answer:
If you’re using VB3.0, in the Form_Unload event of the last form that closes when your application ends, you need to put the End statement. That will shut it completely off. In 4.0 that can be a bit more dangerous to your system resources, especially if you’ve set instances of objects. It’s much better in a 4.0 program to carefully close all objects by setting them to “NOTHING” than to use the End statement.

Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.

See also  How Seasoned Architects Evaluate New Tech

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.