Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I hide or make screens invisible?

Status
Not open for further replies.

avatarp

Technical User
Jul 3, 2002
22
CA
I am emailing reports from code and I want to keep the email screens from being visible. How do I set the screen updating to be false? VB 6 must have some way of handling this.
 
If your sending information to a textbox on a form you could use a variable instead or
Form.Hide
Use a splash screen or animated icon so Users can see something is happening.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top