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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Minimizing one part of application while working on another

Status
Not open for further replies.

princessk1

Programmer
Feb 28, 2002
74
0
0
CA
Is it possible to minimize one form of an application while it is saving information (for example) so that the user can use another part of the application?

If so, what code needs to be added?
Thanks
 

Give this a try (Replace me with the forms name if calling from another form)
[tt]
Me.WindowState = vbMinimized
[/tt]

Good Luck
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top