Efficient way to close forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am fairly new to Visual Basic and would appreciate any help. I have an
application with a lot of ActiveX controls. When I close the form, it
doesn't close immediately; it seems to "clear" all the controls first and
then the form closes. Is there a way to close the form all in one shot?
Thank you.
 
NewUser said:
I am fairly new to Visual Basic and would appreciate any help. I have an
application with a lot of ActiveX controls. When I close the form, it
doesn't close immediately; it seems to "clear" all the controls first and
then the form closes. Is there a way to close the form all in one shot?
Thank you.

Have you tried hiding the form, before closing it? That would give you
the appearance of a quick close, while still letting VB tear down the form
in the normal manner....

LFS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top