devxlogo

Object Was Unloaded Error

Question:
When I try to unload some forms with database controls on them while in the Form_Load event, VB tries to show the form again and issues the statement ‘Object was unloaded’.

Answer:
You can’t unload a form from within the Form_Load event. If you do need to cancel the Form_Load event, set a constant within the Form_Load event, and then check it in the Form_Activate event. If the constant is set, you can unload the window from within the Form_Activate event with no problem.

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  Five Early Architecture Decisions That Quietly Get Expensive

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.