Hide Application

  • Thread starter Thread starter David W
  • Start date Start date
D

David W

I am wanting to hide an application after a button is clicked.
I tried

Application.Visible = False

with no prevail?
Is this the wrong way of doing this?
Nothing happened after I clicked the button, any ideals?
David W
 
an object cannot be hidden when it has focus, if that may be the case,
also try formname.hide
 

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